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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java127 private int mDraggingPointerId; field in class:TouchExplorer
272 mDraggingPointerId = INVALID_POINTER_ID;
586 mDraggingPointerId = pointerId;
666 final int pointerIdBits = (1 << mDraggingPointerId);
676 if (mDraggingPointerId != INVALID_POINTER_ID) {
737 if (pointerId == mDraggingPointerId) {
738 mDraggingPointerId = INVALID_POINTER_ID;
749 if (pointerId == mDraggingPointerId) {
750 mDraggingPointerId = INVALID_POINTER_ID;

Completed in 39 milliseconds