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

  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 40 protected int mContentHeight;
97 mContentHeight = height;
102 return mContentHeight;
ActionBarContextView.java 88 mContentHeight = a.getLayoutDimension(
127 layoutParams.height = mContentHeight;
140 mContentHeight = height;
241 layoutParams.height = mContentHeight;
338 int maxHeight = mContentHeight > 0 ?
339 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
386 if (mContentHeight <= 0) {
ScrollingTabContainerView.java 58 private int mContentHeight;
100 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
182 mContentHeight = contentHeight;
277 mContentHeight));
ActionBarView.java 247 mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
850 int maxHeight = mContentHeight > 0 ?
851 mContentHeight : MeasureSpec.getSize(heightMeasureSpec);
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 60 private int mContentHeight;
365 mContentHeight = (int) ((getMeasuredHeight() - mPaddingTop - mPaddingBottom) * 0.95f);
373 while (mFmiCandidates.bottom - mFmiCandidates.top < mContentHeight) {
395 while (mFmiFootnote.bottom - mFmiFootnote.top < mContentHeight / 2) {
413 mContentHeight = (int) ((getMeasuredHeight() - mPaddingTop - mPaddingBottom) * 0.95f);
415 if (mContentWidth <= 0 || mContentHeight <= 0) return false;
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
WebViewCore.java     [all...]

Completed in 212 milliseconds