Package org.robolectric.shadows
Interface ShadowChoreographer.ChoreographerReflector
- Enclosing class:
- ShadowChoreographer
protected static interface ShadowChoreographer.ChoreographerReflector
Accessor interface for 
Choreographer's internals- 
Method SummaryModifier and Type Method Description voiddoFrame(long frameTimeNanos, int frame)DisplayEventReceivergetReceiver()ThreadLocal<Choreographer>getThreadInstance()
- 
Method Details- 
getThreadInstanceThreadLocal<Choreographer> getThreadInstance()
- 
doFramevoid doFrame(long frameTimeNanos, int frame)
- 
getReceiverDisplayEventReceiver getReceiver()
 
-