Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationViewFragment.java749 mWebView.screenPxToWebPx(mSideMarginPx), mWebView.screenPxToWebPx(convHeaderPx)); in renderMessageBodies()
841 return mTemplates.endConversation(mWebView.screenPxToWebPx(convFooterPx), mBaseUri, in renderMessageBodies()
863 mTemplates.appendSuperCollapsedHtml(start, mWebView.screenPxToWebPx(blockPx)); in renderSuperCollapsedBlock()
881 mWebView.screenPxToWebPx(headerPx), mWebView.screenPxToWebPx(footerPx)); in renderMessage()
921 mWebView.screenPxToWebPx(headerPx) + correction, in renderCollapsedHeaders()
922 mWebView.screenPxToWebPx(footerPx)); in renderCollapsedHeaders()
970 final int h = mWebView.screenPxToWebPx(newHeight); in onConversationViewHeaderHeightChange()
981 final int h = mWebView.screenPxToWebPx(newHeight); in onConversationFooterHeightChange()
994 final int h = mWebView.screenPxToWebPx(newSpacerHeightPx); in setMessageSpacerHeight()
1006 final int h = mWebView.screenPxToWebPx(newSpacerHeightPx); in setMessageExpanded()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationWebView.java249 public int screenPxToWebPx(int screenPx) { in screenPxToWebPx() method in ConversationWebView
258 return screenPx / getInitialScale() - screenPxToWebPx(screenPx); in screenPxToWebPxError()