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