Home
last modified time | relevance | path

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

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