Home | History | Annotate | Download | only in webkit

Lines Matching refs:viewHeight

5911         int viewHeight = getViewHeight();
5923 scaleTrackballY(yRate, viewHeight));
5938 int height = mContentHeight - viewHeight;
6377 int viewHeight = getViewHeightWithTitle();
6379 (float) viewHeight / view.height);
6391 + viewHeight) {
6406 int viewHeight = getViewHeightWithTitle();
6407 float scale = Math.min((float) viewWidth / docWidth, (float) viewHeight
6416 contentToViewY(docY + docHeight / 2) - viewHeight / 2,
6437 float newScreenY = (viewHeight - rectViewHeight) / 2;
6442 newScreenY = viewHeight - (newMaxHeight - rectViewY);
7262 int viewHeight = getViewHeight();
7264 data.mYPercentInView * viewHeight);
7268 ",viewHeight=" + viewHeight + ",y="
7275 (Math.min(maxHeight, y + viewHeight) - viewHeight));