Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:mGestureDetector

200     private GestureDetector mGestureDetector;
370 mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener() {
422 mGestureDetector.setIsLongpressEnabled(false);
1148 if (mGestureDetector.onTouchEvent(me)) {