Package org.robolectric.shadows
Interface ShadowChoreographer.ChoreographerReflector
- Enclosing class:
- ShadowChoreographer
protected static interface ShadowChoreographer.ChoreographerReflector
Accessor interface for
Choreographer
's internals-
Method Summary
Modifier and TypeMethodDescriptionvoid
__constructor__
(Looper looper) void
__constructor__
(Looper looper, int vsyncSource) void
__constructor__
(Looper looper, int vsyncSource, long layerHandle) void
doFrame
(long frameTimeNanos, int frame)
-
Method Details
-
getThreadInstance
ThreadLocal<Choreographer> getThreadInstance() -
doFrame
void doFrame(long frameTimeNanos, int frame) -
getReceiver
DisplayEventReceiver getReceiver() -
__constructor__
-
__constructor__
-
__constructor__
-