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 74 private int mOldHeight = -1;
315 mOldHeight = oldh;
323 return mOldHeight;
637 mOldHeight = -1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 80 private float mOldHeight;
186 float target = hand + mOldHeight;
508 mOldHeight = mScaler.getHeight();
509 mCurrentHeight = mOldHeight;
515 mNaturalHeight = mOldHeight;
517 if (DEBUG) Log.d(TAG, "got mOldHeight: " + mOldHeight +
530 final boolean wasClosed = (mOldHeight == mSmallSize);

Completed in 1107 milliseconds