Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java87 private float generic1; field in MotionEventUtils.PointerCoordsBuilder
116 public PointerCoordsBuilder withGenericAxis1(float generic1) { in withGenericAxis1() argument
117 this.generic1 = generic1; in withGenericAxis1()
132 pointerCoords.setAxisValue(MotionEvent.AXIS_GENERIC_1, generic1); in build()
179 that.getAxisValue(MotionEvent.AXIS_GENERIC_1), this.generic1, DELTA); in verifyMatches()
235 that.getAxisValue(MotionEvent.AXIS_GENERIC_1, pointerIndex), this.generic1, in verifyMatches()
293 this.generic1, DELTA); in verifyMatchesHistorical()
358 this.generic1, DELTA); in verifyMatchesHistorical()
400 that.getAxisValue(MotionEvent.AXIS_GENERIC_1), this.generic1, DELTA); in verifyMatchesPointerCoords()