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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 83 private float mOldHeight;
242 float target = hand + mOldHeight;
439 final float rawHeight = ev.getY() - mInitialTouchY + mOldHeight;
441 final boolean wasClosed = (mOldHeight == mSmallSize);
513 mOldHeight = mScaler.getHeight();
519 mNaturalHeight = mOldHeight;
521 if (DEBUG) Slog.d(TAG, "got mOldHeight: " + mOldHeight +
534 final boolean wasClosed = (mOldHeight == mSmallSize);
  /cts/tests/src/android/view/cts/
MockView.java 73 private int mOldHeight = -1;
324 mOldHeight = oldh;
332 return mOldHeight;
646 mOldHeight = -1;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 261 int mOldHeight = getMeasuredHeight();
267 if (mOldWidth != getMeasuredWidth() || mOldHeight != getMeasuredHeight()) {

Completed in 154 milliseconds