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()
5500 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process() local5501 if (xRange != null && yRange != null) { in process()5509 float yRes = yRange.getResolution(); in process()5511 yRes = yRange.getRange() / DEFAULT_HEIGHT_MILLIMETERS; in process()