Searched refs:yRange (Results 1 – 2 of 2) sorted by relevance
158 float yRange = mY[endIndex] - mY[startIndex]; in getX() local159 if (yRange == 0) { in getX()164 float fraction = tInRange / yRange; in getX()
6450 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);6451 if (xRange != null && yRange != null) {6459 float yRes = yRange.getResolution();6461 yRes = yRange.getRange() / DEFAULT_HEIGHT_MILLIMETERS;