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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java200 private int mLongPressingPointerId = -1; field in class:TouchExplorer
299 mLongPressingPointerId = -1;
791 mLongPressingPointerId = -1;
1073 if (mLongPressingPointerId >= 0) {
1074 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId);
1457 mLongPressingPointerId = pointerId;

Completed in 241 milliseconds