Searched refs:touchMinor (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventUtils.java | 83 private float touchMinor; field in MotionEventUtils.PointerCoordsBuilder 99 public PointerCoordsBuilder withTouch(float touchMajor, float touchMinor) { in withTouch() argument 101 this.touchMinor = touchMinor; in withTouch() 128 pointerCoords.touchMinor = touchMinor; in build() 159 that.getTouchMinor(), this.touchMinor, DELTA); in verifyMatches() 161 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR), this.touchMinor, DELTA); in verifyMatches() 211 that.getTouchMinor(pointerIndex), this.touchMinor, DELTA); in verifyMatches() 213 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR, pointerIndex), this.touchMinor, in verifyMatches() 268 that.getHistoricalTouchMinor(position), this.touchMinor, DELTA); in verifyMatchesHistorical() 271 this.touchMinor, DELTA); in verifyMatchesHistorical() [all …]
|
D | MotionEventTest.java | 834 assertEquals(0f, coords.touchMinor, 0.0f); in testPointerCoordsDefaultConstructor() 848 coords.touchMinor = 6; in testPointerCoordsCopyConstructor() 860 assertEquals(6f, copy.touchMinor, 0.0f); in testPointerCoordsCopyConstructor() 875 coords.touchMinor = 6; in testPointerCoordsCopyFrom() 888 assertEquals(6f, copy.touchMinor, 0.0f); in testPointerCoordsCopyFrom()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 51973 field public float touchMinor;
|