Home | History | Annotate | Download | only in latin

Lines Matching defs:mGestureDetector

229     private final GestureDetector mGestureDetector;
552 mGestureDetector = new GestureDetector(getContext(), listener, null, ignoreMultitouch);
553 mGestureDetector.setIsLongpressEnabled(false);
1311 if (mMiniKeyboard == null && mGestureDetector.onTouchEvent(me)) {