Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java85 private float toolMinor; field in MotionEventUtils.PointerCoordsBuilder
105 public PointerCoordsBuilder withTool(float toolMajor, float toolMinor) { in withTool() argument
107 this.toolMinor = toolMinor; in withTool()
130 pointerCoords.toolMinor = toolMinor; in build()
169 that.getToolMinor(), this.toolMinor, DELTA); in verifyMatches()
171 that.getAxisValue(MotionEvent.AXIS_TOOL_MINOR), this.toolMinor, DELTA); in verifyMatches()
223 that.getToolMinor(pointerIndex), this.toolMinor, DELTA); in verifyMatches()
225 that.getAxisValue(MotionEvent.AXIS_TOOL_MINOR, pointerIndex), this.toolMinor, in verifyMatches()
280 that.getHistoricalToolMinor(position), this.toolMinor, DELTA); in verifyMatchesHistorical()
283 this.toolMinor, DELTA); in verifyMatchesHistorical()
[all …]
DMotionEventTest.java836 assertEquals(0f, coords.toolMinor, 0.0f); in testPointerCoordsDefaultConstructor()
850 coords.toolMinor = 8; in testPointerCoordsCopyConstructor()
862 assertEquals(8f, copy.toolMinor, 0.0f); in testPointerCoordsCopyConstructor()
877 coords.toolMinor = 8; in testPointerCoordsCopyFrom()
890 assertEquals(8f, copy.toolMinor, 0.0f); in testPointerCoordsCopyFrom()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt51971 field public float toolMinor;