Searched refs:toolMajor (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventUtils.java | 84 private float toolMajor; field in MotionEventUtils.PointerCoordsBuilder 105 public PointerCoordsBuilder withTool(float toolMajor, float toolMinor) { in withTool() argument 106 this.toolMajor = toolMajor; in withTool() 129 pointerCoords.toolMajor = toolMajor; in build() 164 that.getToolMajor(), this.toolMajor, DELTA); in verifyMatches() 166 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR), this.toolMajor, DELTA); in verifyMatches() 217 that.getToolMajor(pointerIndex), this.toolMajor, DELTA); in verifyMatches() 219 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR, pointerIndex), this.toolMajor, in verifyMatches() 274 that.getHistoricalToolMajor(position), this.toolMajor, DELTA); in verifyMatchesHistorical() 277 this.toolMajor, DELTA); in verifyMatchesHistorical() [all …]
|
D | MotionEventTest.java | 835 assertEquals(0f, coords.toolMajor, 0.0f); in testPointerCoordsDefaultConstructor() 849 coords.toolMajor = 7; in testPointerCoordsCopyConstructor() 861 assertEquals(7f, copy.toolMajor, 0.0f); in testPointerCoordsCopyConstructor() 876 coords.toolMajor = 7; in testPointerCoordsCopyFrom() 889 assertEquals(7f, copy.toolMajor, 0.0f); in testPointerCoordsCopyFrom()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 51970 field public float toolMajor;
|