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 Type Method Description voiddoFrame(long frameTimeNanos, int frame)ThreadLocal<Choreographer>getThreadInstance()
-
Method Details
-
getThreadInstance
ThreadLocal<Choreographer> getThreadInstance() -
doFrame
void doFrame(long frameTimeNanos, int frame)
-