Searched defs:getContentHeight (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebView.java1197 public int getContentHeight() { method in class:WebView
1199 return mProvider.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
H A DWebViewProvider.java170 public int getContentHeight(); method in interface:WebViewProvider
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java104 public int getContentHeight() { method in class:AbsActionBarView
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java194 public int getContentHeight() { method in class:WebView

Completed in 120 milliseconds