Home | History | Annotate | Download | only in launcher2

Lines Matching refs:maxDim

856         final int maxDim = Math.max(displayMetrics.widthPixels, displayMetrics.heightPixels);
862 mWallpaperWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
863 mWallpaperHeight = maxDim;
865 mWallpaperWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
866 mWallpaperHeight = maxDim;