Searched defs:INVALID_POINTER_ID (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java87 private static final int INVALID_POINTER_ID = -1; field in class:TouchExplorer
226 mDraggingPointerId = INVALID_POINTER_ID;
657 mDraggingPointerId = INVALID_POINTER_ID;
670 if (mDraggingPointerId != INVALID_POINTER_ID) {
676 if (mDraggingPointerId == INVALID_POINTER_ID) {
725 mDraggingPointerId = INVALID_POINTER_ID;
737 mDraggingPointerId = INVALID_POINTER_ID;
1564 if (mPrimaryPointerId == INVALID_POINTER_ID) {
1642 mPrimaryPointerId = INVALID_POINTER_ID;
1650 int primaryPointerId = INVALID_POINTER_ID;
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java179 public static final int INVALID_POINTER_ID = -1; field in class:MotionEvent
3697 * Initially set to {@link #INVALID_POINTER_ID} (-1).
3715 id = INVALID_POINTER_ID;

Completed in 49 milliseconds