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

Completed in 279 milliseconds