Searched refs:mOldHeight (Results 1 – 2 of 2) sorted by relevance
81 private float mOldHeight; field in ExpandHelper196 float target = hand + mOldHeight; in updateExpansion()524 mOldHeight = mScaler.getHeight(); in startExpanding()525 mCurrentHeight = mOldHeight; in startExpanding()533 mNaturalHeight = mOldHeight; in startExpanding()535 if (DEBUG) Log.d(TAG, "got mOldHeight: " + mOldHeight + in startExpanding()563 final boolean wasClosed = (mOldHeight == mSmallSize); in finishExpanding()567 nowExpanded = currentHeight > mOldHeight && velocity >= 0; in finishExpanding()569 nowExpanded = currentHeight >= mOldHeight || velocity > 0; in finishExpanding()
50 private int mOldHeight; field in HardwareUiLayout158 mOldHeight = mList.getMeasuredHeight(); in onMeasure()168 if (newHeight != mOldHeight) { in onMeasure()169 animateChild(mOldHeight, newHeight); in onMeasure()