Home | History | Annotate | Download | only in webkit

Lines Matching defs:viewHeight

2469                 int viewHeight = getViewHeightWithTitle() - getTitleHeight();
2470 draw.mViewSize = new Point(viewWidth, viewHeight);
3257 int viewHeight = getViewHeightWithTitle() - getTitleHeight();
3258 int newHeight = Math.round(viewHeight * mZoomManager.getInvScale());
3261 float heightWidthRatio = (float) viewHeight / viewWidth;
6682 int viewHeight = getViewHeight();
6694 int height = mContentHeight - viewHeight;
6958 final int viewHeight = getViewHeightWithTitle();
6959 float scale = Math.min((float) viewWidth / rectWidth, (float) viewHeight / rectHeight);
6965 && contentToViewY(rect.bottom) <= getScrollY() + viewHeight;
6979 final int viewHeight = getViewHeightWithTitle();
6980 float scale = Math.min((float) viewWidth / rectWidth, (float) viewHeight
6985 contentToViewY(rect.top + rectHeight / 2) - viewHeight / 2,
7007 float newScreenY = (viewHeight - rectViewHeight) / 2;
7012 newScreenY = viewHeight - (newMaxHeight - rectViewY);
7474 int viewHeight = getViewHeight();
7476 data.mYPercentInView * viewHeight);
7480 ",viewHeight=" + viewHeight + ",y="
7487 (Math.min(maxHeight, y + viewHeight) - viewHeight));