Class ShadowGestureDetector


  • @Implements(android.view.GestureDetector.class)
    public class ShadowGestureDetector
    extends java.lang.Object
    • Constructor Detail

      • ShadowGestureDetector

        public ShadowGestureDetector()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(android.content.Context context,
                                       android.view.GestureDetector.OnGestureListener listener,
                                       android.os.Handler handler)
      • onTouchEvent

        @Implementation
        protected boolean onTouchEvent​(android.view.MotionEvent ev)
      • setOnDoubleTapListener

        @Implementation
        protected void setOnDoubleTapListener​(android.view.GestureDetector.OnDoubleTapListener onDoubleTapListener)
      • getOnTouchEventMotionEvent

        public android.view.MotionEvent getOnTouchEventMotionEvent()
      • reset

        public void reset()
      • getListener

        public android.view.GestureDetector.OnGestureListener getListener()
      • getLastActiveDetector

        public static android.view.GestureDetector getLastActiveDetector()
      • getOnDoubleTapListener

        public android.view.GestureDetector.OnDoubleTapListener getOnDoubleTapListener()