Home | History | Annotate | Download | only in cts

Lines Matching defs:toolMajor

84         private float toolMajor;
104 public PointerCoordsBuilder withTool(float toolMajor, float toolMinor) {
105 this.toolMajor = toolMajor;
123 pointerCoords.toolMajor = toolMajor;
157 that.getToolMajor(), this.toolMajor, DELTA);
159 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR), this.toolMajor, DELTA);
207 that.getToolMajor(pointerIndex), this.toolMajor, DELTA);
209 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR, pointerIndex), this.toolMajor,
260 that.getHistoricalToolMajor(position), this.toolMajor, DELTA);
263 this.toolMajor, DELTA);
318 that.getHistoricalToolMajor(pointerIndex, position), this.toolMajor, DELTA);
322 this.toolMajor, DELTA);
364 assertEquals("Tool major should be the same", that.toolMajor, this.toolMajor, DELTA);
366 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR), this.toolMajor, DELTA);