Home | History | Annotate | Download | only in webkit

Lines Matching refs:viewWidth

2454         int viewWidth = getViewWidth();
2455 int newWidth = Math.round(viewWidth * mInvActualScale);
2473 data.mTextWrapWidth = Math.round(viewWidth / mTextWrapScale);;
4700 // when change from narrow screen to wide screen, the new viewWidth
5910 int viewWidth = getViewWidth();
5922 moveSelection(scaleTrackballX(xRate, viewWidth),
5937 int width = mContentWidth - viewWidth;
6376 int viewWidth = getViewWidth();
6378 float scale = Math.min((float) viewWidth / view.width,
6388 + viewWidth
6405 int viewWidth = getViewWidth();
6407 float scale = Math.min((float) viewWidth / docWidth, (float) viewHeight
6415 pinScrollTo(contentToViewX(docX + docWidth / 2) - viewWidth / 2,
6423 float newScreenX = (viewWidth - rectViewWidth) / 2;
6428 newScreenX = viewWidth - (newMaxWidth - rectViewX);
6869 final int viewWidth = getViewWidth();
6895 scale = (float) viewWidth
6941 .max((int) (viewWidth / mDefaultScale), Math
6946 mMinZoomScale = (float) viewWidth / mZoomOverviewWidth;
6951 if (Math.abs((viewWidth * mInvActualScale)
6953 setNewZoomScale((float) viewWidth
7240 int viewWidth = getViewWidth();
7241 if (width < viewWidth) {
7243 x += left + width / 2 - mScrollX - viewWidth / 2;
7246 - mScrollX - data.mXPercentInView * viewWidth);
7251 ",viewWidth=" + viewWidth + ",x="
7258 (Math.min(maxWidth, x + viewWidth)) - viewWidth);
7602 int viewWidth, int minPrefWidth, boolean updateZoomOverview) {
7605 if (minPrefWidth > Math.max(0, viewWidth)) {
7606 mMinZoomScale = (float) viewWidth / minPrefWidth;