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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1088 private MotionEvent mDownEvent; field in class:TouchExplorer.DoubleTapDetector
1101 mDownEvent = MotionEvent.obtain(event);
1105 if (mDownEvent == null) {
1108 if (!GestureUtils.isSamePointerContext(mDownEvent, event)) {
1112 if (GestureUtils.isTap(mDownEvent, event, mTapTimeout, mTouchSlop,
1117 mDownEvent.recycle();
1118 mDownEvent = null;
1126 mDownEvent.recycle();
1127 mDownEvent = null;
1138 mDownEvent
[all...]

Completed in 7 milliseconds