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

  /packages/apps/Camera/src/com/android/camera/ui/
GLView.java 55 protected int mMeasuredHeight = 0;
329 mMeasuredHeight = height;
337 return mMeasuredHeight;
  /frameworks/base/core/java/android/widget/
RatingBar.java 283 setMeasuredDimension(resolveSize(width, widthMeasureSpec), mMeasuredHeight);
Spinner.java 235 + ((mMeasuredHeight - mSpinnerPadding.bottom -
Gallery.java 817 int myHeight = duringLayout ? mMeasuredHeight : getHeight();
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 261 int mOldHeight = mMeasuredHeight;
267 if (mOldWidth != mMeasuredWidth || mOldHeight != mMeasuredHeight) {
365 mContentHeight = (int) ((mMeasuredHeight - mPaddingTop - mPaddingBottom) * 0.95f);
413 mContentHeight = (int) ((mMeasuredHeight - mPaddingTop - mPaddingBottom) * 0.95f);
  /frameworks/base/core/java/android/view/
ViewRoot.java     [all...]
View.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallMenuView.java 360 positionChildren(mMeasuredWidth, mMeasuredHeight);
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 487 positionChildren(mMeasuredWidth, mMeasuredHeight);

Completed in 287 milliseconds