Searched refs:getContentHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java194 public int getContentHeight() { method in class:WebView
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java170 public int getContentHeight(); method in interface:WebViewProvider
H A DWebView.java1197 public int getContentHeight() { method in class:WebView
1199 return mProvider.getContentHeight();
H A DZoomManager.java499 - titleHeight, mWebView.getViewHeight(), Math.round(mWebView.getContentHeight()
H A DWebViewClassic.java1706 final int convertedContentHeight = contentToViewY(getContentHeight());
1736 final int convertedContentHeight = contentToViewY(getContentHeight());
1763 final int convertedContentHeight = contentToViewY(getContentHeight());
1796 || contentToViewY(getContentHeight()) > getHeight() - mWebView.getPaddingTop()
3439 * See {@link WebView#getContentHeight()}
3442 public int getContentHeight() { method in class:WebViewClassic
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java104 public int getContentHeight() { method in class:AbsActionBarView

Completed in 224 milliseconds