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/reader/mapper/
DTouchInputMapper.cpp617 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local
618 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()
675 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local
751 mPhysicalHeight = rawHeight; in configureSurface()
756 mSurfaceHeight = rawHeight; in configureSurface()
792 mYScale = float(mSurfaceHeight) / rawHeight; in configureSurface()
1009 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()