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