Searched refs:mOldHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java81 private float mOldHeight; field in class:ExpandHelper
196 float target = hand + mOldHeight;
524 mOldHeight = mScaler.getHeight();
525 mCurrentHeight = mOldHeight;
533 mNaturalHeight = mOldHeight;
535 if (DEBUG) Log.d(TAG, "got mOldHeight: " + mOldHeight +
553 final boolean wasClosed = (mOldHeight == mSmallSize);
557 nowExpanded = currentHeight > mOldHeight && velocity >= 0;
559 nowExpanded = currentHeight >= mOldHeight || velocit
[all...]

Completed in 56 milliseconds