Home | History | Annotate | Download | only in view

Lines Matching refs:resolution

731             float min, float max, float flat, float fuzz, float resolution) {
732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
810 float resolution) {
817 mResolution = resolution;
898 * Gets the resolution for input device measurements with respect to this axis.
899 * @return The resolution in units per millimeter, or units per radian for rotational axes.
989 description.append(" resolution=").append(range.mResolution);