Home
last modified time | relevance | path

Searched refs:withTouch (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMotionEvent_PointerCoordsTest.java43 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()
DMotionEventTest.java169 withSize(SIZE_1F + 0.5f).withTouch(2.2f, 0.6f); in testObtainFromPropertyArrays()
431 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, 0.6f); in testGetCurrentDataWithTwoPointers()
464 withCoords(30.0f, 40.0f).withPressure(1.4f).withSize(3.0f).withTouch(2.2f, 0.6f); in testGetRawCoordsWithTwoPointers()
496 withTouch(0.7f, 0.6f).withOrientation(2.0f); in testGetHistoricalDataWithTwoPointers()
499 withTouch(2.7f, 3.6f).withOrientation(1.0f); in testGetHistoricalDataWithTwoPointers()
525 withTouch(1.0f, 0.9f).withOrientation(2.2f); in testGetHistoricalDataWithTwoPointers()
528 withTouch(0.7f, 0.6f).withOrientation(2.9f); in testGetHistoricalDataWithTwoPointers()
554 withTouch(1.2f, 5.0f).withOrientation(3.2f); in testGetHistoricalDataWithTwoPointers()
557 withTouch(2.7f, 4.6f).withOrientation(0.2f); in testGetHistoricalDataWithTwoPointers()
DMotionEventUtils.java98 public PointerCoordsBuilder withTouch(float touchMajor, float touchMinor) { in withTouch() method in MotionEventUtils.PointerCoordsBuilder