Home | History | Annotate | Download | only in wallpapercropper

Lines Matching refs:defaultWidth

253             final int defaultWidth, defaultHeight;
255 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
258 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
261 sDefaultWallpaperSize = new Point(defaultWidth, defaultHeight);