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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java83 private float mOldHeight; field in class:ExpandHelper
241 float target = hand + mOldHeight;
438 final float rawHeight = ev.getY() - mInitialTouchY + mOldHeight;
440 final boolean wasClosed = (mOldHeight == mSmallSize);
512 mOldHeight = mScaler.getHeight();
518 mNaturalHeight = mOldHeight;
520 if (DEBUG) Log.d(TAG, "got mOldHeight: " + mOldHeight +
533 final boolean wasClosed = (mOldHeight == mSmallSize);

Completed in 60 milliseconds