Package org.robolectric.shadows
Interface ShadowChoreographer.ChoreographerReflector
-
- Enclosing class:
- ShadowChoreographer
protected static interface ShadowChoreographer.ChoreographerReflectorAccessor interface forChoreographer's internals
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoFrame(long frameTimeNanos, int frame)ThreadLocal<Choreographer>getThreadInstance()
-
-
-
Method Detail
-
getThreadInstance
ThreadLocal<Choreographer> getThreadInstance()
-
doFrame
void doFrame(long frameTimeNanos, int frame)
-
-