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