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

/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java47 private GestureDetector mGestureDetector = null; field in class:PlaybackView
107 mGestureDetector = new GestureDetector(getContext(), gl);
112 mGestureDetector.onTouchEvent(event);
/frameworks/base/core/java/android/widget/
H A DGallery.java101 private GestureDetector mGestureDetector; field in class:Gallery
191 mGestureDetector = new GestureDetector(context, this);
192 mGestureDetector.setIsLongpressEnabled(true);
937 boolean retValue = mGestureDetector.onTouchEvent(event);
H A DCalendarView.java1025 private GestureDetector mGestureDetector; field in class:CalendarView.WeeksAdapter
1035 mGestureDetector = new GestureDetector(mContext, new CalendarGestureListener());
1126 if (mListView.isEnabled() && 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);
1237 if (mGestureDetector.onTouchEvent(me)) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java163 private GestureDetector mGestureDetector; field in class:RecipientEditTextView
258 mGestureDetector = new GestureDetector(context, this);
1213 mGestureDetector.onTouchEvent(event);

Completed in 350 milliseconds