Searched refs:getViewWidth (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DZoomManager.java409 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());
H A DWebViewClassic.java1953 /* package */ int getViewWidth() { method in class:WebViewClassic
2431 int viewWidth = getViewWidth();
2882 int readingWidth = (int) (getViewWidth() * invReadingScale);
2958 return pinLoc(x, getViewWidth(), computeRealHorizontalScrollRange());
3217 int viewWidth = getViewWidth();
5850 // always snapped to the edge. As getViewWidth() can be different from
5852 // getViewWidth(). Same applied to the height.
5853 x = Math.min(x, getViewWidth() - 1);
6675 int viewWidth = getViewWidth();
6745 return Math.max(computeRealHorizontalScrollRange() - getViewWidth(),
[all...]
H A DWebViewCore.java2117 width = Math.round(mWebViewClassic.getViewWidth() /
2611 webViewWidth = mWebViewClassic.getViewWidth();
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java68 public int getViewWidth() { method in class:ChipsTest.BaseMockRecipientEditTextView
117 public int getViewWidth() { method in class:ChipsTest.MockRecipientEditTextView
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java779 if (getViewWidth() <= 0) {
844 /*package*/ int getViewWidth() { method in class:RecipientEditTextView

Completed in 998 milliseconds