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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1155 private MotionEvent mDownEvent; field in class:TouchExplorer.DoubleTapDetector
1168 mDownEvent = MotionEvent.obtain(event);
1172 if (mDownEvent == null) {
1175 if (!GestureUtils.isSamePointerContext(mDownEvent, event)) {
1179 if (GestureUtils.isTap(mDownEvent, event, mTapTimeout, mTouchSlop,
1184 mDownEvent.recycle();
1185 mDownEvent = null;
1193 mDownEvent.recycle();
1194 mDownEvent = null;
1205 mDownEvent
[all...]

Completed in 6 milliseconds