Home
last modified time | relevance | path

Searched refs:webPxToScreenPx (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationWebView.java253 public int webPxToScreenPx(int webPx) { in webPxToScreenPx() method in ConversationWebView
262 return webPx * getInitialScale() - webPxToScreenPx(webPx); in webPxToScreenPxError()
DConversationContainer.java563 final int containerHeight = webPxToScreenPx(mWebView.getContentHeight()); in positionAdditionalBottomBorder()
765 return webPxToScreenPx(mOverlayPositions[spacerIndex].top); in getOverlayTop()
769 return webPxToScreenPx(mOverlayPositions[spacerIndex].bottom); in getOverlayBottom()
772 private int webPxToScreenPx(int webPx) { in webPxToScreenPx() method in ConversationContainer