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;
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);
  /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 103 milliseconds