Home
last modified time | relevance | path

Searched refs:webPx (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() argument
254 return (int) (webPx * getInitialScale()); in webPxToScreenPx()
261 public float webPxToScreenPxError(int webPx) { in webPxToScreenPxError() argument
262 return webPx * getInitialScale() - webPxToScreenPx(webPx); in webPxToScreenPxError()
DConversationContainer.java772 private int webPxToScreenPx(int webPx) { in webPxToScreenPx() argument
775 return (int) (webPx * mScale); in webPxToScreenPx()