Searched refs:pointerIds (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 598 final int[] pointerIds = new int[pointerCount]; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local 603 pointerIds[i] = i; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() 610 pointerCount, pointerIds, pointerCoords, 0, 0, 0, 0, 0, 0, 0); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
|
D | ViewTest.java | 395 final int[] pointerIds = new int[1]; in testMouseEventCallsGetPointerIcon() local 396 pointerIds[0] = 0; in testMouseEventCallsGetPointerIcon() 399 1, pointerIds, pointerCoords, 0, 0, 0, 0, 0, InputDevice.SOURCE_MOUSE, 0); in testMouseEventCallsGetPointerIcon()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 7780 final int[] pointerIds = new int[1]; in createMouseHoverEvent() local 7781 pointerIds[0] = 0; in createMouseHoverEvent() 7782 return MotionEvent.obtain(0, eventTime, MotionEvent.ACTION_HOVER_MOVE, 1, pointerIds, in createMouseHoverEvent()
|