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.CallbackQueueReflector, ShadowChoreographer.ChoreographerReflector, ShadowChoreographer.Picker
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected void__constructor__(Looper looper) protected void__constructor__(Looper looper, int vsyncSource) protected void__constructor__(Looper looper, int vsyncSource, long layerHandle) protected voiddispose()Methods inherited from class org.robolectric.shadows.ShadowChoreographerdoFrame, doFrame, getFrameDelay, getFrameInterval, getNextVsyncTime, isPaused, reset, setFrameDelay, setFrameInterval, setPaused, setPostCallbackDelay, setPostFrameCallbackDelay
- 
Constructor Details- 
ShadowPausedChoreographerpublic ShadowPausedChoreographer()
 
- 
- 
Method Details- 
__constructor__
- 
__constructor__@Implementation(minSdk=26, maxSdk=33) protected void __constructor__(Looper looper, int vsyncSource) 
- 
__constructor__@Implementation(minSdk=34) protected void __constructor__(Looper looper, int vsyncSource, long layerHandle) 
- 
dispose
 
-