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
AChoreographershadow forLooperMode.Mode.PAUSED.This shadow is largely a no-op. In
LooperMode.Mode.PAUSEDmode, the shadowing is done at a lower level viaShadowDisplayEventReceiver.This class should not be referenced directly - use
ShadowChoreographerinstead.
-
-
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidreset()-
Methods inherited from class org.robolectric.shadows.ShadowChoreographer
doFrame, getFrameInterval, setFrameInterval, setPostCallbackDelay, setPostFrameCallbackDelay
-
-
-
-
Method Detail
-
reset
@Resetter public static void reset()
-
-