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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java108 private int mDraggingPointerId; field in class:TouchExplorer
223 mDraggingPointerId = INVALID_POINTER_ID;
582 mDraggingPointerId = pointerId;
642 if (event.findPointerIndex(mDraggingPointerId) == -1) {
643 Slog.e(LOG_TAG, "mDraggingPointerId doesn't match any pointers on current event. " +
644 "mDraggingPointerId: " + Integer.toString(mDraggingPointerId) +
646 mDraggingPointerId = INVALID_POINTER_ID;
648 pointerIdBits = (1 << mDraggingPointerId);
661 if (mDraggingPointerId !
[all...]

Completed in 65 milliseconds