Searched refs:withTouch (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEvent_PointerCoordsTest.java | 45 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f); in setup() 59 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 65 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 71 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 77 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 83 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 89 withTouch(3.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 95 withTouch(5.0f, 2.4f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 101 withTouch(5.0f, 2.1f).withGenericAxis1(4.4f).verifyMatchesPointerCoords( in testAxesModifications() 107 .withTouch(5.0f, 2.1f).withGenericAxis1(4.6f).verifyMatchesPointerCoords( in testAxesModifications() [all …]
|
D | MotionEventTest.java | 213 withSize(SIZE_1F + 0.5f).withTouch(2.2f, 0.6f).withGenericAxis1(2.6f); in testObtainFromPropertyArrays() 535 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, in testGetCurrentDataWithTwoPointers() 570 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, in testGetRawCoordsWithTwoPointers() 603 withTouch(0.7f, 0.6f).withOrientation(2.0f).withGenericAxis1(4.4f); in testGetHistoricalDataWithTwoPointers() 606 withTouch(2.7f, 3.6f).withOrientation(1.0f).withGenericAxis1(5.4f); in testGetHistoricalDataWithTwoPointers() 632 withTouch(1.0f, 0.9f).withOrientation(2.2f).withGenericAxis1(7.4f); in testGetHistoricalDataWithTwoPointers() 635 withTouch(0.7f, 0.6f).withOrientation(2.9f).withGenericAxis1(8.4f); in testGetHistoricalDataWithTwoPointers() 662 withTouch(1.2f, 5.0f).withOrientation(3.1f).withGenericAxis1(1.4f); in testGetHistoricalDataWithTwoPointers() 665 withTouch(2.7f, 4.6f).withOrientation(0.2f).withGenericAxis1(5.4f); in testGetHistoricalDataWithTwoPointers() 1187 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, in testAddBatchWithTransform() [all …]
|
D | MotionEventUtils.java | 99 public PointerCoordsBuilder withTouch(float touchMajor, float touchMinor) { in withTouch() method in MotionEventUtils.PointerCoordsBuilder
|