Home | History | Annotate | Download | only in webkit

Lines Matching refs:getViewWidth

409         mZoomCenterX = mWebView.getViewWidth() * .5f;
492 tx = -WebViewClassic.pinLoc(tx, mWebView.getViewWidth(), Math.round(mWebView.getContentWidth()
689 return mWebView.getViewWidth() * mInvZoomOverviewWidth;
938 mMinZoomScale = Math.min(1.0f, (float) mWebView.getViewWidth()
1027 final int viewWidth = mWebView.getViewWidth();
1121 setupZoomOverviewWidth(drawData, mWebView.getViewWidth());