Class ShadowDisplayEventReceiver

    • Constructor Detail

      • ShadowDisplayEventReceiver

        public ShadowDisplayEventReceiver()
    • Method Detail

      • nativeInit

        @Implementation(maxSdk=19)
        protected static int nativeInit​(Object receiver,
                                        Object msgQueue)
      • nativeDispose

        @Implementation(minSdk=20)
        protected static void nativeDispose​(long receiverPtr)
      • nativeDispose

        @Implementation(maxSdk=19)
        protected static void nativeDispose​(int receiverPtr)
      • nativeScheduleVsync

        @Implementation(minSdk=20)
        protected static void nativeScheduleVsync​(long receiverPtr)
      • nativeScheduleVsync

        @Implementation(maxSdk=19)
        protected static void nativeScheduleVsync​(int receiverPtr)
      • dispose

        @Implementation(minSdk=17,
                        maxSdk=30)
        protected void dispose​(boolean finalized)
      • onVsync

        protected void onVsync()
      • getLatestVsyncEventData

        @Implementation(minSdk=33)
        protected Object getLatestVsyncEventData()