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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java1771 private int mLastReceivedUpPointerId; field in class:TouchExplorer.ReceivedPointerTracker
1800 mLastReceivedUpPointerId = 0;
1935 return mLastReceivedUpPointerId;
1989 || (mLastReceivedUpPointerId == pointerId
2003 mLastReceivedUpPointerId = 0;
2047 mLastReceivedUpPointerId = pointerId;

Completed in 352 milliseconds