Home | History | Annotate | Download | only in webkit

Lines Matching refs:minPrefWidth

6855                     // mScrollX contains the new minPrefWidth
7602 int viewWidth, int minPrefWidth, boolean updateZoomOverview) {
7605 if (minPrefWidth > Math.max(0, viewWidth)) {
7606 mMinZoomScale = (float) viewWidth / minPrefWidth;