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.java456 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent() local
457 final float newHeight = clamp(rawHeight); in onTouchEvent()
460 if (rawHeight > mNaturalHeight) { in onTouchEvent()
464 if (rawHeight < mSmallSize) { in onTouchEvent()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp594 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local
595 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()
658 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local
757 mPhysicalHeight = rawHeight; in configureSurface()
762 mRawSurfaceHeight = rawHeight; in configureSurface()
798 mYScale = float(mRawSurfaceHeight) / rawHeight; in configureSurface()
1015 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()