Searched refs:webPxToScreenPx (Results 1 – 2 of 2) sorted by relevance
253 public int webPxToScreenPx(int webPx) { in webPxToScreenPx() method in ConversationWebView262 return webPx * getInitialScale() - webPxToScreenPx(webPx); in webPxToScreenPxError()
563 final int containerHeight = webPxToScreenPx(mWebView.getContentHeight()); in positionAdditionalBottomBorder()765 return webPxToScreenPx(mOverlayPositions[spacerIndex].top); in getOverlayTop()769 return webPxToScreenPx(mOverlayPositions[spacerIndex].bottom); in getOverlayBottom()772 private int webPxToScreenPx(int webPx) { in webPxToScreenPx() method in ConversationContainer