Home
last modified time | relevance | path

Searched refs:INVALID_POINTER_ID (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessorTest.kt21 import android.view.MotionEvent.INVALID_POINTER_ID
94 previousPointerOnSensorId = INVALID_POINTER_ID,
101 previousPointerOnSensorId = INVALID_POINTER_ID,
104 expectedPointerOnSensorId = INVALID_POINTER_ID,
111 expectedPointerOnSensorId = INVALID_POINTER_ID,
116 previousPointerOnSensorId = INVALID_POINTER_ID,
123 previousPointerOnSensorId = INVALID_POINTER_ID,
126 expectedPointerOnSensorId = INVALID_POINTER_ID,
133 expectedPointerOnSensorId = INVALID_POINTER_ID,
138 previousPointerOnSensorId = INVALID_POINTER_ID,
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessor.kt22 import android.view.MotionEvent.INVALID_POINTER_ID
93 val hadPointerOnSensor = touch.previousPointerOnSensorId != INVALID_POINTER_ID
95 val pointerOnSensorId = touch.pointersOnSensor.firstOrNull() ?: INVALID_POINTER_ID
104 ProcessedTouch(InteractionEvent.UP, INVALID_POINTER_ID, data)
117 ProcessedTouch(InteractionEvent.UP, pointerOnSensorId = INVALID_POINTER_ID, data)
120 val pointerOnSensorId = touch.pointersOnSensor.find { it != actionId } ?: INVALID_POINTER_ID
129 return ProcessedTouch(InteractionEvent.CANCEL, pointerOnSensorId = INVALID_POINTER_ID, data)
H A DNormalizedTouchData.kt29 val pointerId: Int = MotionEvent.INVALID_POINTER_ID,
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java30 import static android.view.MotionEvent.INVALID_POINTER_ID;
246 mDraggingPointerId = INVALID_POINTER_ID; in clear()
934 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
953 if (mDraggingPointerId != INVALID_POINTER_ID) { in handleMotionEventStateDragging()
1012 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1019 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1151 mDraggingPointerId = INVALID_POINTER_ID; in computeDraggingPointerIdIfNeeded()
1154 if (mDraggingPointerId != INVALID_POINTER_ID) { in computeDraggingPointerIdIfNeeded()
1199 || mDraggingPointerId == INVALID_POINTER_ID in computeDownEventForDrag()
1336 if (pointerId == INVALID_POINTER_ID) { in requestTouchExploration()
[all …]
H A DTouchState.java19 import static android.view.MotionEvent.INVALID_POINTER_ID;
503 if (mPrimaryPointerId == INVALID_POINTER_ID) { in getPrimaryPointerId()
544 mPrimaryPointerId = INVALID_POINTER_ID; in handleReceivedPointerUp()
550 int primaryPointerId = INVALID_POINTER_ID; in findPrimaryPointerId()
H A DMultiFingerSwipe.java19 import static android.view.MotionEvent.INVALID_POINTER_ID;
102 mPointerIds[i] = INVALID_POINTER_ID; in clear()
136 if (mPointerIds[pointerIndex] != INVALID_POINTER_ID) { in onDown()
182 if (mPointerIds[pointerIndex] != INVALID_POINTER_ID) { in onPointerDown()
241 if (mPointerIds[pointerIndex] == INVALID_POINTER_ID) { in onMove()
H A DSecondFingerMultiTap.java19 import static android.view.MotionEvent.INVALID_POINTER_ID;
60 mSecondFingerPointerId = INVALID_POINTER_ID; in clear()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DSwipeDetector.java18 import static android.view.MotionEvent.INVALID_POINTER_ID;
50 protected int mActivePointerId = INVALID_POINTER_ID;
240 if (pointerIndex == INVALID_POINTER_ID) { in onTouchEvent()
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DVirtualTouchEvent.java206 private int mPointerId = MotionEvent.INVALID_POINTER_ID;
222 if (mToolType == TOOL_TYPE_UNKNOWN || mPointerId == MotionEvent.INVALID_POINTER_ID in build()
/aosp14/frameworks/base/core/java/android/widget/
H A DForwardingListener.java113 mActivePointerId = MotionEvent.INVALID_POINTER_ID; in onViewDetachedFromWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java557 if (mActivePointerId == MotionEvent.INVALID_POINTER_ID in newOnTouch()
636 true) && mActivePointerId == MotionEvent.INVALID_POINTER_ID in newOnTouch()
1164 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerDown()
1250 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt302 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) {
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java323 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) { in findIndex()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java129 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
543 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java201 public static final int INVALID_POINTER_ID = -1; field in MotionEvent
4619 id = INVALID_POINTER_ID; in clear()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51476 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff