Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DFreePathInterpolator.java158 float yRange = mY[endIndex] - mY[startIndex]; in getX() local
159 if (yRange == 0) { in getX()
164 float fraction = tInRange / yRange; in getX()
/frameworks/base/core/java/android/view/
DViewRootImpl.java5500 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y); in process() local
5501 if (xRange != null && yRange != null) { in process()
5509 float yRes = yRange.getResolution(); in process()
5511 yRes = yRange.getRange() / DEFAULT_HEIGHT_MILLIMETERS; in process()