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);
460 if (mQuickScaleEnabled && mGestureDetector == null) {
471 mGestureDetector = new GestureDetector(mContext, gestureListener, mHandler);
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java83 private GestureDetector mGestureDetector; field in class:OverlayDisplayWindow
219 mGestureDetector = new GestureDetector(mContext, mOnGestureListener);
331 mGestureDetector.onTouchEvent(event);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java119 private GestureDetectorCompat mGestureDetector; field in class:PhotoView
200 if (mScaleGetureDetector == null || mGestureDetector == null) {
206 mGestureDetector.onTouchEvent(event);
433 mGestureDetector = null;
1007 mGestureDetector = new GestureDetectorCompat(context, this, null);
/frameworks/base/core/java/android/widget/
H A DGallery.java106 private GestureDetector mGestureDetector; field in class:Gallery
202 mGestureDetector = new GestureDetector(context, this);
203 mGestureDetector.setIsLongpressEnabled(true);
958 boolean retValue = mGestureDetector.onTouchEvent(event);
H A DCalendarView.java1336 private final GestureDetector mGestureDetector; field in class:CalendarView.WeeksAdapter
1345 mGestureDetector = new GestureDetector(mContext, new CalendarGestureListener());
1437 if (mListView.isEnabled() && mGestureDetector.onTouchEvent(event)) {
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java498 private final GestureDetector mGestureDetector; field in class:ScreenMagnifier.MagnifiedContentInteractonStateHandler
506 mGestureDetector = new GestureDetector(context, this);
511 mGestureDetector.onTouchEvent(event);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java203 private GestureDetector mGestureDetector; field in class:KeyboardView
384 mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener() {
436 mGestureDetector.setIsLongpressEnabled(false);
1242 if (mGestureDetector.onTouchEvent(me)) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java187 private GestureDetector mGestureDetector; field in class:RecipientEditTextView
294 mGestureDetector = new GestureDetector(context, this);
1430 mGestureDetector.onTouchEvent(event);

Completed in 1043 milliseconds