Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A 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()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.cpp612 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local
613 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()
676 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in configureSurface() local
785 mPhysicalHeight = rawHeight; in configureSurface()
790 mRawSurfaceHeight = rawHeight; in configureSurface()
827 mYScale = float(mRawSurfaceHeight) / rawHeight; in configureSurface()
1044 float rawDiagonal = hypotf(rawWidth, rawHeight); in configureSurface()