Home
last modified time | relevance | path

Searched refs:INVALID_POINTER_ID (Results 1 – 16 of 16) 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>()
94 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
101 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
104 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
111 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
116 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
123 previousPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
126 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
133 expectedPointerOnSensorId = INVALID_POINTER_ID, in <lambda>()
138 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
87 val hadPointerOnSensor = touch.previousPointerOnSensorId != INVALID_POINTER_ID in processActionMove()
89 val pointerOnSensorId = touch.pointersOnSensor.firstOrNull() ?: INVALID_POINTER_ID in processActionMove()
95 ProcessedTouch(InteractionEvent.UP, INVALID_POINTER_ID, NormalizedTouchData()) in processActionMove()
107 pointerOnSensorId = INVALID_POINTER_ID, in processActionUp()
112 val pointerOnSensorId = touch.pointersOnSensor.find { it != actionId } ?: INVALID_POINTER_ID in processActionUp()
119 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;
500 if (mPrimaryPointerId == INVALID_POINTER_ID) { in getPrimaryPointerId()
541 mPrimaryPointerId = INVALID_POINTER_ID; in handleReceivedPointerUp()
547 int primaryPointerId = INVALID_POINTER_ID; in findPrimaryPointerId()
DTouchExplorer.java30 import static android.view.MotionEvent.INVALID_POINTER_ID;
243 mDraggingPointerId = INVALID_POINTER_ID; in clear()
931 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
950 if (mDraggingPointerId != INVALID_POINTER_ID) { in handleMotionEventStateDragging()
957 if (mDraggingPointerId == INVALID_POINTER_ID) { in handleMotionEventStateDragging()
983 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
999 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1009 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1016 mDraggingPointerId = INVALID_POINTER_ID; in handleMotionEventStateDragging()
1148 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/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.java180 private int mPointerId = MotionEvent.INVALID_POINTER_ID;
191 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/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java262 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) { in findIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java992 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerDown()
1083 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerUp()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java125 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
538 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
/frameworks/base/core/java/android/view/
DMotionEvent.java199 public static final int INVALID_POINTER_ID = -1; field in MotionEvent
4370 id = INVALID_POINTER_ID; in clear()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33046 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff
/frameworks/base/core/api/
Dcurrent.txt49045 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff