Searched refs:mGestureDetector (Results 1 – 6 of 6) sorted by relevance
43 private GestureDetector mGestureDetector; field in FixedAspectSurfaceView76 mGestureDetector = null; in setGestureListener()78 mGestureDetector = new GestureDetector(context, listener); in setGestureListener()150 return mGestureDetector != null && mGestureDetector.onTouchEvent(event); in onTouchEvent()
33 private GestureDetector mGestureDetector; field in ScrollableCustomVirtualView52 mGestureDetector = new GestureDetector(context, this); in ScrollableCustomVirtualView()64 return mGestureDetector.onTouchEvent(event); in onTouchEvent()
35 private GestureDetectorCompat mGestureDetector; field in MainActivity53 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener()); in onCreate()76 return mGestureDetector.onTouchEvent(event) || super.dispatchTouchEvent(event); in dispatchTouchEvent()
43 private GestureDetectorCompat mGestureDetector; field in MainActivity54 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener()); in onCreate()59 return mGestureDetector.onTouchEvent(event) || super.dispatchTouchEvent(event); in dispatchTouchEvent()
66 private GestureDetectorCompat mGestureDetector; field in AttractionsActivity130 mGestureDetector = new GestureDetectorCompat(this, new LongPressListener()); in onCreate()144 return mGestureDetector.onTouchEvent(event) || super.dispatchTouchEvent(event); in dispatchTouchEvent()149 return mGestureDetector.onTouchEvent(event) || super.onTouchEvent(event); in onTouchEvent()
189 private GestureDetector mGestureDetector; field in OverlayDisplayWindow.JellybeanMr1Impl299 mGestureDetector = new GestureDetector(mContext, mOnGestureListener); in createWindow()425 mGestureDetector.onTouchEvent(event);