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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java204 private int mLongPressingPointerId = -1; field in class:TouchExplorer
303 mLongPressingPointerId = -1;
754 if (mLongPressingPointerId >= 0) {
758 mLongPressingPointerId = -1;
992 if (mLongPressingPointerId >= 0) {
1032 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId);
1336 mLongPressingPointerId = pointerId;

Completed in 83 milliseconds