Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java82 private float touchMajor; field in MotionEventUtils.PointerCoordsBuilder
99 public PointerCoordsBuilder withTouch(float touchMajor, float touchMinor) { in withTouch() argument
100 this.touchMajor = touchMajor; in withTouch()
127 pointerCoords.touchMajor = touchMajor; in build()
154 that.getTouchMajor(), this.touchMajor,DELTA); in verifyMatches()
156 that.getAxisValue(MotionEvent.AXIS_TOUCH_MAJOR), this.touchMajor, DELTA); in verifyMatches()
205 that.getTouchMajor(pointerIndex), this.touchMajor,DELTA); in verifyMatches()
207 that.getAxisValue(MotionEvent.AXIS_TOUCH_MAJOR, pointerIndex), this.touchMajor, in verifyMatches()
262 that.getHistoricalTouchMajor(position), this.touchMajor,DELTA); in verifyMatchesHistorical()
265 this.touchMajor, DELTA); in verifyMatchesHistorical()
[all …]
DMotionEventTest.java833 assertEquals(0f, coords.touchMajor, 0.0f); in testPointerCoordsDefaultConstructor()
847 coords.touchMajor = 5; in testPointerCoordsCopyConstructor()
859 assertEquals(5f, copy.touchMajor, 0.0f); in testPointerCoordsCopyConstructor()
874 coords.touchMajor = 5; in testPointerCoordsCopyFrom()
887 assertEquals(5f, copy.touchMajor, 0.0f); in testPointerCoordsCopyFrom()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt51972 field public float touchMajor;