Package org.robolectric.shadows
Interface ShadowDisplayEventReceiver.DisplayEventReceiverReflector
-
- Enclosing class:
- ShadowDisplayEventReceiver
protected static interface ShadowDisplayEventReceiver.DisplayEventReceiverReflector
Reflector interface forDisplayEventReceiver
's internals.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose(boolean finalized)
CloseGuard
getCloseGuard()
void
onVsync(long timestampNanos, int frame)
void
onVsync(long timestampNanos, int physicalDisplayId, int frame)
void
onVsync(long timestampNanos, long physicalDisplayId, int frame)
void
onVsync(long timestampNanos, long physicalDisplayId, int frame, Object vsyncEventData)
-
-
-
Method Detail
-
dispose
void dispose(boolean finalized)
-
onVsync
void onVsync(long timestampNanos, int frame)
-
onVsync
void onVsync(long timestampNanos, int physicalDisplayId, int frame)
-
onVsync
void onVsync(long timestampNanos, long physicalDisplayId, int frame)
-
onVsync
void onVsync(long timestampNanos, long physicalDisplayId, int frame, Object vsyncEventData)
-
getCloseGuard
CloseGuard getCloseGuard()
-
-