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