HomeSort by relevance Sort by last modified time
    Searched refs:webPxToScreenPx (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java 257 public int webPxToScreenPx(int webPx) {
266 return webPx * getInitialScale() - webPxToScreenPx(webPx);
ConversationContainer.java 561 final int containerHeight = webPxToScreenPx(mWebView.getContentHeight());
771 return webPxToScreenPx(mOverlayPositions[spacerIndex].top);
775 return webPxToScreenPx(mOverlayPositions[spacerIndex].bottom);
778 private int webPxToScreenPx(int webPx) {
780 // TODO: refactor and unify with ConversationWebView.webPxToScreenPx()
    [all...]

Completed in 47 milliseconds