Merge change 25831 into eclair

* changes:
  When double tap zoom out to overview mode, force reveal the full title bar if it is partial visible.
This commit is contained in:
Android (Google) Code Review
2009-09-19 02:09:44 -04:00

View File

@@ -4517,6 +4517,8 @@ public class WebView extends AbsoluteLayout
}
}
if (mInZoomOverview) {
// Force the titlebar fully reveal in overview mode
if (mScrollY < getTitleHeight()) mScrollY = 0;
zoomWithPreview((float) getViewWidth() / mZoomOverviewWidth);
} else {
// mLastTouchX and mLastTouchY are the point in the current viewport