Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt21 import android.view.MotionEvent.INVALID_POINTER_ID in <lambda>()
95 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
102 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
105 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
112 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
117 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
124 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
127 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
134 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
139 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessor.kt22 import android.view.MotionEvent.INVALID_POINTER_ID
93 val hadPointerOnSensor = touch.previousPointerOnSensorId != INVALID_POINTER_ID in processActionMove()
95 val pointerOnSensorId = touch.pointersOnSensor.firstOrNull() ?: INVALID_POINTER_ID in processActionMove()
104 ProcessedTouch(InteractionEvent.UP, INVALID_POINTER_ID, data) in processActionMove()
117 ProcessedTouch(InteractionEvent.UP, pointerOnSensorId = INVALID_POINTER_ID, data) in processActionUp()
120 val pointerOnSensorId = touch.pointersOnSensor.find { it != actionId } ?: INVALID_POINTER_ID in processActionUp()
129 return ProcessedTouch(InteractionEvent.CANCEL, pointerOnSensorId = INVALID_POINTER_ID, data) in processActionCancel()
DNormalizedTouchData.kt29 val pointerId: Int = MotionEvent.INVALID_POINTER_ID,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java19 import static android.view.MotionEvent.INVALID_POINTER_ID;
503 if (mPrimaryPointerId == INVALID_POINTER_ID) { in getPrimaryPointerId()
545 mPrimaryPointerId = INVALID_POINTER_ID; in handleReceivedPointerUp()
551 int primaryPointerId = INVALID_POINTER_ID; in findPrimaryPointerId()
DTouchExplorer.java30 import static android.view.MotionEvent.INVALID_POINTER_ID;
247 mDraggingPointerId = INVALID_POINTER_ID; in clear()
965 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
977 if (mDraggingPointerId != INVALID_POINTER_ID) { in handleMotionEventStateDragging()
991 if (mDraggingPointerId == INVALID_POINTER_ID) { in handleMotionEventStateDragging()
1017 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1033 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1043 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1050 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1184 mDraggingPointerId = INVALID_POINTER_ID; in computeDraggingPointerIdIfNeeded()
[all …]
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()
DSecondFingerMultiTap.java19 import static android.view.MotionEvent.INVALID_POINTER_ID;
60 mSecondFingerPointerId = INVALID_POINTER_ID; in clear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java199 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
567 if (mActivePointerId != MotionEvent.INVALID_POINTER_ID) { in onTouch()
570 mActivePointerId = MotionEvent.INVALID_POINTER_ID; in onTouch()
648 if (mActivePointerId == MotionEvent.INVALID_POINTER_ID in onTouch()
660 if (mActivePointerId != MotionEvent.INVALID_POINTER_ID in onTouch()
674 return mActivePointerId != MotionEvent.INVALID_POINTER_ID; in onTouch()
960 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onAodInterrupt()
1045 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerDown()
1117 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerUp()
1141 mActivePointerId = MotionEvent.INVALID_POINTER_ID; in onFingerUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
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()
/frameworks/base/core/java/android/hardware/input/
DVirtualTouchEvent.java219 private int mPointerId = MotionEvent.INVALID_POINTER_ID;
235 if (mToolType == TOOL_TYPE_UNKNOWN || mPointerId == MotionEvent.INVALID_POINTER_ID in build()
/frameworks/base/core/java/android/widget/
DForwardingListener.java113 mActivePointerId = MotionEvent.INVALID_POINTER_ID; in onViewDetachedFromWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt302 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) { in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java324 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) { in findIndex()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java129 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
543 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
/frameworks/base/core/java/android/view/
DMotionEvent.java213 public static final int INVALID_POINTER_ID = -1; field in MotionEvent
4672 id = INVALID_POINTER_ID; in clear()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33046 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff
/frameworks/base/core/api/
Dcurrent.txt51957 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff