Home | History | Annotate | Download | only in wallpapercropper

Lines Matching defs:defaultWidth

252             final int defaultWidth, defaultHeight;
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
257 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
260 sDefaultWallpaperSize = new Point(defaultWidth, defaultHeight);