Package org.robolectric.shadows
Class ShadowPausedChoreographer
java.lang.Object
org.robolectric.shadows.ShadowChoreographer
org.robolectric.shadows.ShadowPausedChoreographer
@Implements(value=android.view.Choreographer.class, shadowPicker=Picker.class, isInAndroidSdk=false) public class ShadowPausedChoreographer extends ShadowChoreographer
A
Choreographer
shadow for LooperMode.Mode.PAUSED
.
This shadow is largely a no-op. In LooperMode.Mode.PAUSED
mode, the shadowing is done
at a lower level via ShadowDisplayEventReceiver
.
This class should not be referenced directly - use ShadowChoreographer
instead.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowChoreographer
ShadowChoreographer.ChoreographerReflector, ShadowChoreographer.Picker
-
Constructor Summary
Constructors Constructor Description ShadowPausedChoreographer()
-
Method Summary
Modifier and Type Method Description static void
reset()
Methods inherited from class org.robolectric.shadows.ShadowChoreographer
doFrame, getFrameDelay, getFrameInterval, isPaused, setFrameDelay, setFrameInterval, setPaused, setPostCallbackDelay, setPostFrameCallbackDelay
-
Constructor Details
-
ShadowPausedChoreographer
public ShadowPausedChoreographer()
-
-
Method Details