Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java502 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()
DMotionEventUtils.java110 public PointerCoordsBuilder withOrientation(float orientation) { in withOrientation() method in MotionEventUtils.PointerCoordsBuilder