@Implements(value=android.view.Choreographer.class, shadowPicker=ShadowChoreographer.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.
ShadowChoreographer.Picker
Constructor and Description |
---|
ShadowPausedChoreographer() |
Modifier and Type | Method and Description |
---|---|
static void |
reset() |
getFrameInterval, setFrameInterval, setPostCallbackDelay, setPostFrameCallbackDelay
@Resetter public static void reset()