Searched defs:mContentHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java40 protected int mContentHeight; field in class:AbsActionBarView
97 mContentHeight = height;
99 mMenuView.setMaxItemHeight(mContentHeight);
105 return mContentHeight;
H A DScrollingTabContainerView.java63 private int mContentHeight; field in class:ScrollingTabContainerView
105 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
190 mContentHeight = contentHeight;
285 mContentHeight));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java43 protected int mContentHeight; field in class:AbsActionBarView
99 mContentHeight = height;
104 return mContentHeight;
H A DScrollingTabContainerView.java59 private int mContentHeight; field in class:ScrollingTabContainerView
96 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
182 mContentHeight = contentHeight;
243 mContentHeight));
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java2997 int mContentHeight; field in class:WebViewCore.ShowRectData
3014 data.mContentHeight = contentHeight;
H A DWebViewClassic.java908 private int mContentHeight; // cache of value from WebViewCore field in class:WebViewClassic
2852 mContentHeight = 0;
3139 if (mContentWidth != w || mContentHeight != h) {
3142 mContentHeight = h;
3342 return (int) Math.floor(mContentHeight * mZoomManager.getScale());
3480 return mContentHeight;
4055 if ((mContentWidth | mContentHeight) == 0) {
4060 if (mWebView.getMeasuredHeight() != contentToViewDimension(mContentHeight)
4362 // if both mContentWidth and mContentHeight are 0, it means there is no
4365 if ((mContentWidth | mContentHeight)
[all...]

Completed in 156 milliseconds