Searched refs:pointerCoords (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 381 final PointerCoords[] pointerCoords = new PointerCoords[pointerCount]; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local 386 pointerCoords[i] = c; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() 392 pointerCount, pointerIds, pointerCoords, 0, 0, 0, 0, 0, 0, 0); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() 417 final PointerCoords c = pointerCoords[i]; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
|
D | ViewTest.java | 367 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[1]; in testMouseEventCallsGetPointerIcon() local 368 pointerCoords[0] = new MotionEvent.PointerCoords(); in testMouseEventCallsGetPointerIcon() 369 pointerCoords[0].x = x; in testMouseEventCallsGetPointerIcon() 370 pointerCoords[0].y = y; in testMouseEventCallsGetPointerIcon() 376 1, pointerIds, pointerCoords, 0, 0, 0, 0, 0, InputDevice.SOURCE_MOUSE, 0); in testMouseEventCallsGetPointerIcon()
|