Home
last modified time | relevance | path

Searched refs:getContentHeight (Results 1 – 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMailWebView.java66 final int contentHeight = getContentHeight(); in invalidate()
DConversationContainer.java563 final int containerHeight = webPxToScreenPx(mWebView.getContentHeight()); in positionAdditionalBottomBorder()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java228 int getContentHeight() { in getContentHeight() method in PagedViewCellLayout
DAppsCustomizePagedView.java1174 int contentHeight = mWidgetSpacingLayout.getContentHeight(); in syncWidgetPageItems()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java513 final int webH = (int) (mWebView.getContentHeight() * mWebView.getScale()); in calculateScrollYPercent()
1244 final int webviewEnd = (int) (mWebView.getContentHeight() * in onKey()