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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java196 private int mLongPressingPointerId = -1; field in class:TouchExplorer
295 mLongPressingPointerId = -1;
742 mLongPressingPointerId = -1;
961 if (mLongPressingPointerId >= 0) {
962 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId);
1330 mLongPressingPointerId = pointerId;

Completed in 65 milliseconds