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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1764 private int mPrimaryActivePointerId; field in class:TouchExplorer.ReceivedPointerTracker
1797 mPrimaryActivePointerId = 0;
1918 if (mPrimaryActivePointerId == INVALID_POINTER_ID) {
1919 mPrimaryActivePointerId = findPrimaryActivePointer();
1921 return mPrimaryActivePointerId;
2020 mPrimaryActivePointerId = pointerId;
2062 if (mPrimaryActivePointerId == pointerId) {
2063 mPrimaryActivePointerId = INVALID_POINTER_ID;

Completed in 13 milliseconds