Searched defs:screenPx (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationWebView.java249 public int screenPxToWebPx(int screenPx) { argument
250 return (int) (screenPx / getInitialScale());
257 public float screenPxToWebPxError(int screenPx) { argument
258 return screenPx / getInitialScale() - screenPxToWebPx(screenPx);

Completed in 50 milliseconds