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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationWebView.java253 public int webPxToScreenPx(int webPx) { method in class:ConversationWebView
262 return webPx * getInitialScale() - webPxToScreenPx(webPx);
H A DConversationContainer.java561 final int containerHeight = webPxToScreenPx(mWebView.getContentHeight());
757 return webPxToScreenPx(mOverlayPositions[spacerIndex].top);
761 return webPxToScreenPx(mOverlayPositions[spacerIndex].bottom);
764 private int webPxToScreenPx(int webPx) { method in class:ConversationContainer
766 // TODO: refactor and unify with ConversationWebView.webPxToScreenPx()

Completed in 66 milliseconds