Home
last modified time | relevance | path

Searched refs:rawHeight (Results 1 – 1 of 1) 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()