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

/frameworks/base/core/java/android/webkit/
H A DWebView.java1190 /* package */ int getViewWidth() { method in class:WebView
2087 return pinLoc(x, getViewWidth(), computeRealHorizontalScrollRange());
2454 int viewWidth = getViewWidth();
3754 tx = -pinLoc(tx, getViewWidth(), Math.round(mContentWidth
4405 mSelectX = mScrollX + getViewWidth() / 2;
4704 mMinZoomScale = Math.min(1.0f, (float) getViewWidth()
5132 // always snapped to the edge. As getViewWidth() can be different from
5134 // getViewWidth(). Same applied to the height.
5135 if (x > getViewWidth() - 1) {
5136 x = getViewWidth()
[all...]

Completed in 40 milliseconds