HomeSort by relevance Sort by last modified time
    Searched refs:mOldHeight (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
MockView.java 73 private int mOldHeight = -1;
324 mOldHeight = oldh;
332 return mOldHeight;
646 mOldHeight = -1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 89 private float mOldHeight;
198 float target = hand + mOldHeight;
510 mOldHeight = mScaler.getHeight();
511 mCurrentHeight = mOldHeight;
517 mNaturalHeight = mOldHeight;
519 if (DEBUG) Log.d(TAG, "got mOldHeight: " + mOldHeight +
532 final boolean wasClosed = (mOldHeight == mSmallSize);

Completed in 53 milliseconds