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

/frameworks/base/core/java/android/view/
H A DScaleGestureDetector.java171 private GestureDetector mGestureDetector; field in class:ScaleGestureDetector
311 mGestureDetector.onTouchEvent(event);
464 if (mQuickScaleEnabled && mGestureDetector == null) {
475 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
219 mGestureDetector = new GestureDetector(mContext, mOnGestureListener);
333 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.java106 private GestureDetector mGestureDetector; field in class:Gallery
206 mGestureDetector = new GestureDetector(context, this);
207 mGestureDetector.setIsLongpressEnabled(true);
962 boolean retValue = mGestureDetector.onTouchEvent(event);
H A DCalendarView.java1619 private GestureDetector mGestureDetector; field in class:CalendarView.LegacyCalendarViewDelegate.WeeksAdapter
1629 mGestureDetector = new GestureDetector(mContext, new CalendarGestureListener());
1721 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
495 mGestureDetector = new GestureDetector(context, this);
500 mGestureDetector.onTouchEvent(event);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java203 private GestureDetector mGestureDetector; field in class:KeyboardView
387 mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener() {
439 mGestureDetector.setIsLongpressEnabled(false);
1245 if (mGestureDetector.onTouchEvent(me)) {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java201 private GestureDetector mGestureDetector; field in class:RecipientEditTextView
295 mGestureDetector = new GestureDetector(context, this);
1613 mGestureDetector.onTouchEvent(event);

Completed in 393 milliseconds