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 SummaryNested classes/interfaces inherited from class org.robolectric.shadows.ShadowChoreographerShadowChoreographer.ChoreographerReflector, ShadowChoreographer.Picker
- 
Constructor SummaryConstructors Constructor Description ShadowPausedChoreographer()
- 
Method SummaryModifier and Type Method Description static voidreset()Methods inherited from class org.robolectric.shadows.ShadowChoreographerdoFrame, getFrameDelay, getFrameInterval, isPaused, setFrameDelay, setFrameInterval, setPaused, setPostCallbackDelay, setPostFrameCallbackDelay
- 
Constructor Details- 
ShadowPausedChoreographerpublic ShadowPausedChoreographer()
 
- 
- 
Method Details