Home
last modified time | relevance | path

Searched refs:yRange (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java4848 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process() local
4849 if (xRange != null && yRange != null) { in process()
4857 float yRes = yRange.getResolution(); in process()
4859 yRes = yRange.getRange() / DEFAULT_HEIGHT_MILLIMETERS; in process()