Interface ShadowDisplayEventReceiver.DisplayEventReceiverReflector

Enclosing class:
ShadowDisplayEventReceiver

protected static interface ShadowDisplayEventReceiver.DisplayEventReceiverReflector
Reflector interface for DisplayEventReceiver's internals.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dispose(boolean finalized)
     
     
    long
     
    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 Details

    • 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()
    • getReceiverPtr

      long getReceiverPtr()