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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java151 private int mLongPressingPointerId = -1; field in class:TouchExplorer
248 mLongPressingPointerId = -1;
364 mLongPressingPointerId = pointerId;
754 if (mLongPressingPointerId >= 0) {
758 mLongPressingPointerId = -1;
945 if (mLongPressingPointerId >= 0) {
983 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId);

Completed in 48 milliseconds