Searched defs:mContentHeight (Results 1 - 4 of 4) 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;
102 return mContentHeight;
H A DScrollingTabContainerView.java58 private int mContentHeight; field in class:ScrollingTabContainerView
100 heightMeasureSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.EXACTLY);
182 mContentHeight = contentHeight;
277 mContentHeight));
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java3012 int mContentHeight; field in class:WebViewCore.ShowRectData
3029 data.mContentHeight = contentHeight;
H A DWebViewClassic.java908 private int mContentHeight; // cache of value from WebViewCore field in class:WebViewClassic
2766 mContentHeight = 0;
3053 if (mContentWidth != w || mContentHeight != h) {
3056 mContentHeight = h;
3256 return (int) Math.floor(mContentHeight * mZoomManager.getScale());
3391 return mContentHeight;
3967 if ((mContentWidth | mContentHeight) == 0) {
3972 if (mWebView.getMeasuredHeight() != contentToViewDimension(mContentHeight)
4264 // if both mContentWidth and mContentHeight are 0, it means there is no
4267 if ((mContentWidth | mContentHeight)
[all...]

Completed in 109 milliseconds