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.java477 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight; in onTouchEvent() local
478 final float newHeight = clamp(rawHeight); in onTouchEvent()
481 if (rawHeight > mNaturalHeight) { in onTouchEvent()
485 if (rawHeight < mSmallSize) { in onTouchEvent()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp579 int32_t rawHeight = mRawPointerAxes.getRawHeight(); in findViewport() local
580 newViewport.setNonDisplayViewport(rawWidth, rawHeight); in findViewport()