Searched defs:mCurrentHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java96 private float mCurrentHeight; field in class:ExpandHelper
140 mCurrentHeight = h;
430 final float rawHeight = ev.getRawY() - mLastMotionY + mCurrentHeight;
509 mCurrentHeight = mOldHeight;

Completed in 192 milliseconds