Class ShadowLegacyChoreographer

java.lang.Object
org.robolectric.shadows.ShadowChoreographer
org.robolectric.shadows.ShadowLegacyChoreographer

@Implements(value=android.view.Choreographer.class,
            shadowPicker=Picker.class,
            isInAndroidSdk=false)
public class ShadowLegacyChoreographer
extends ShadowChoreographer
The Choreographer shadow for LooperMode.Mode.PAUSED.

In LooperMode.Mode.PAUSED mode, Robolectric maintains its own concept of the current time from the Choreographer's point of view, aimed at making animations work correctly. Time starts out at 0 and advances by frameInterval every time Choreographer.getFrameTimeNanos() is called.