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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java84 private float mNaturalHeight; field in class:ExpandHelper
254 out = out > mNaturalHeight ? mNaturalHeight : out;
443 if (rawHeight > mNaturalHeight) {
516 mNaturalHeight = mScaler.getNaturalHeight(mLargeSize);
519 mNaturalHeight = mOldHeight;
522 " mNaturalHeight: " + mNaturalHeight);
536 targetHeight = (force || currentHeight > mSmallSize) ? mNaturalHeight : mSmallSize;
538 targetHeight = (force || currentHeight < mNaturalHeight)
[all...]

Completed in 1003 milliseconds