Class NavigatorEvent


  • public class NavigatorEvent
    extends java.lang.Object
    • Method Detail

      • obtain

        public static NavigatorEvent obtain​(Camera camera,
                                            int action,
                                            android.view.InputEvent lastInputEvent)
      • recycle

        public void recycle()
        Recycle the event, making it available for re-use.
      • getCamera

        public Camera getCamera()
      • getAction

        public int getAction()
      • getLastInputEvent

        public android.view.InputEvent getLastInputEvent()