Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java434 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent() local
435 final float newHeight = clamp(rawHeight); in onTouchEvent()
438 if (rawHeight > mNaturalHeight) { in onTouchEvent()
442 if (rawHeight < mSmallSize) { in onTouchEvent()
/frameworks/native/services/inputflinger/
DInputReader.cpp2970 int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1; in configureSurface() local
2984 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in configureSurface()
3049 mSurfaceHeight = rawHeight; in configureSurface()
3080 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()
3305 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()