Searched refs:withTouch (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEvent_PointerCoordsTest.java | 43 withTouch(3.0f, 2.4f); in setup() 57 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 62 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 67 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 72 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 77 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 82 withTouch(3.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 87 withTouch(5.0f, 2.4f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 92 withTouch(5.0f, 2.1f).verifyMatchesPointerCoords(mPointerCoords); in testAxesModifications() 106 withTouch(0.0f, 0.0f).verifyMatchesPointerCoords(mPointerCoords); in testClear()
|
D | MotionEventTest.java | 175 withSize(SIZE_1F + 0.5f).withTouch(2.2f, 0.6f); in testObtainFromPropertyArrays() 437 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, 0.6f); in testGetCurrentDataWithTwoPointers() 470 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, 0.6f); in testGetRawCoordsWithTwoPointers() 502 withTouch(0.7f, 0.6f).withOrientation(2.0f); in testGetHistoricalDataWithTwoPointers() 505 withTouch(2.7f, 3.6f).withOrientation(1.0f); in testGetHistoricalDataWithTwoPointers() 531 withTouch(1.0f, 0.9f).withOrientation(2.2f); in testGetHistoricalDataWithTwoPointers() 534 withTouch(0.7f, 0.6f).withOrientation(2.9f); in testGetHistoricalDataWithTwoPointers() 560 withTouch(1.2f, 5.0f).withOrientation(3.2f); in testGetHistoricalDataWithTwoPointers() 563 withTouch(2.7f, 4.6f).withOrientation(0.2f); in testGetHistoricalDataWithTwoPointers()
|
D | MotionEventUtils.java | 98 public PointerCoordsBuilder withTouch(float touchMajor, float touchMinor) { in withTouch() method in MotionEventUtils.PointerCoordsBuilder
|