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.java446 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent() local
447 final float newHeight = clamp(rawHeight); in onTouchEvent()
450 if (rawHeight > mNaturalHeight) { in onTouchEvent()
454 if (rawHeight < mSmallSize) { in onTouchEvent()
/frameworks/native/services/inputflinger/
DInputReader.cpp3386 int32_t rawHeight = mRawPointerAxes.y.maxValue - mRawPointerAxes.y.minValue + 1; in configureSurface() local
3414 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in configureSurface()
3479 mSurfaceHeight = rawHeight; in configureSurface()
3510 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()
3735 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()