Searched refs:INVALID_POINTER_ID (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 21 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/ |
D | SinglePointerTouchProcessor.kt | 22 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()
|
D | NormalizedTouchData.kt | 29 val pointerId: Int = MotionEvent.INVALID_POINTER_ID,
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchState.java | 19 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()
|
D | TouchExplorer.java | 30 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 …]
|
D | MultiFingerSwipe.java | 19 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()
|
D | SecondFingerMultiTap.java | 19 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/ |
D | SwipeDetector.java | 18 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/ |
D | VirtualTouchEvent.java | 180 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/ |
D | ForwardingListener.java | 113 mActivePointerId = MotionEvent.INVALID_POINTER_ID; in onViewDetachedFromWindow()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SystemGesturesPointerEventListener.java | 262 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) { in findIndex()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 992 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerDown() 1083 MotionEvent.INVALID_POINTER_ID /* pointerId */, in onFingerUp()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 125 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID; 538 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 199 public static final int INVALID_POINTER_ID = -1; field in MotionEvent 4370 id = INVALID_POINTER_ID; in clear()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33046 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff
|
/frameworks/base/core/api/ |
D | current.txt | 49045 field public static final int INVALID_POINTER_ID = -1; // 0xffffffff
|