Home
last modified time | relevance | path

Searched refs:pointerIds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java380 final int[] pointerIds = new int[pointerCount]; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local
385 pointerIds[i] = i; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
392 pointerCount, pointerIds, pointerCoords, 0, 0, 0, 0, 0, 0, 0); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
DViewTest.java372 final int[] pointerIds = new int[1]; in testMouseEventCallsGetPointerIcon() local
373 pointerIds[0] = 0; in testMouseEventCallsGetPointerIcon()
376 1, pointerIds, pointerCoords, 0, 0, 0, 0, 0, InputDevice.SOURCE_MOUSE, 0); in testMouseEventCallsGetPointerIcon()