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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java89 private static final int INVALID_POINTER_ID = -1; field in class:TouchExplorer
223 mDraggingPointerId = INVALID_POINTER_ID;
646 mDraggingPointerId = INVALID_POINTER_ID;
661 if (mDraggingPointerId != INVALID_POINTER_ID) {
667 if (mDraggingPointerId == INVALID_POINTER_ID) {
716 mDraggingPointerId = INVALID_POINTER_ID;
728 mDraggingPointerId = INVALID_POINTER_ID;
1560 if (mPrimaryPointerId == INVALID_POINTER_ID) {
1638 mPrimaryPointerId = INVALID_POINTER_ID;
1646 int primaryPointerId = INVALID_POINTER_ID;
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java18 import static android.view.MotionEvent.INVALID_POINTER_ID;
49 protected int mActivePointerId = INVALID_POINTER_ID;
239 if (pointerIndex == INVALID_POINTER_ID) {
/frameworks/base/core/java/android/widget/
H A DForwardingListener.java113 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java183 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DForwardingListener.java122 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java105 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
444 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java187 public static final int INVALID_POINTER_ID = -1; field in class:MotionEvent
3793 * Initially set to {@link #INVALID_POINTER_ID} (-1).
3811 id = INVALID_POINTER_ID;

Completed in 172 milliseconds