Searched refs:mGestureDetector (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DFixedAspectSurfaceView.java46 private GestureDetector mGestureDetector; field in class:FixedAspectSurfaceView
79 mGestureDetector = null;
81 mGestureDetector = new GestureDetector(context, listener);
152 if (mGestureDetector != null) {
153 return mGestureDetector.onTouchEvent(event);
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java55 private GestureDetector mGestureDetector; field in class:SystemGesturesPointerEventListener
84 mGestureDetector = new GestureDetector(mContext, new FlingGestureDetector(), h);
90 if (mGestureDetector != null) {
91 mGestureDetector.onTouchEvent(event);
/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java174 private GestureDetector mGestureDetector; field in class:ScaleGestureDetector
319 mGestureDetector.onTouchEvent(event);
483 if (mQuickScaleEnabled && mGestureDetector == null) {
495 mGestureDetector = new GestureDetector(mContext, gestureListener, mHandler);
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java83 private GestureDetector mGestureDetector; field in class:OverlayDisplayWindow
231 mGestureDetector = new GestureDetector(mContext, mOnGestureListener);
346 mGestureDetector.onTouchEvent(event);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java128 private GestureDetectorCompat mGestureDetector; field in class:PhotoView
209 if (mScaleGetureDetector == null || mGestureDetector == null) {
215 mGestureDetector.onTouchEvent(event);
502 mGestureDetector = null;
1131 mGestureDetector = new GestureDetectorCompat(context, this, null);
/frameworks/base/core/java/android/widget/
H A DGallery.java105 private GestureDetector mGestureDetector; field in class:Gallery
205 mGestureDetector = new GestureDetector(context, this);
206 mGestureDetector.setIsLongpressEnabled(true);
961 boolean retValue = mGestureDetector.onTouchEvent(event);
H A DCalendarViewLegacyDelegate.java995 private GestureDetector mGestureDetector; field in class:CalendarViewLegacyDelegate.WeeksAdapter
1005 mGestureDetector = new GestureDetector(mContext, new WeeksAdapter.CalendarGestureListener());
1097 if (mListView.isEnabled() && mGestureDetector.onTouchEvent(event)) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java487 private final GestureDetector mGestureDetector; field in class:ScreenMagnifier.MagnifiedContentInteractonStateHandler
502 mGestureDetector = new GestureDetector(context, this);
507 mGestureDetector.onTouchEvent(event);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java284 private GestureDetectorCompat mGestureDetector; field in class:ItemTouchHelper
290 mGestureDetector.onTouchEvent(event);
335 mGestureDetector.onTouchEvent(event);
482 if (mGestureDetector != null) {
485 mGestureDetector = new GestureDetectorCompat(mRecyclerView.getContext(),
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java204 private GestureDetector mGestureDetector; field in class:KeyboardView
388 mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener() {
440 mGestureDetector.setIsLongpressEnabled(false);
1247 if (mGestureDetector.onTouchEvent(me)) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java212 private GestureDetector mGestureDetector; field in class:RecipientEditTextView
303 mGestureDetector = new GestureDetector(context, this);
1671 mGestureDetector.onTouchEvent(event);

Completed in 288 milliseconds