Searched refs:defaultWallpaperSize (Results 1 – 2 of 2) sorted by relevance
42 … final Point defaultWallpaperSize = WallpaperUtils.getDefaultWallpaperSize(res, windowManager); in suggestWallpaperDimension() local52 savedWidth = defaultWallpaperSize.x; in suggestWallpaperDimension()53 savedHeight = defaultWallpaperSize.y; in suggestWallpaperDimension()
389 Point defaultWallpaperSize = WallpaperUtils.getDefaultWallpaperSize(getResources(), in cropImageAndSetWallpaper()425 float maxExtraSpace = defaultWallpaperSize.x / cropScale - cropRect.width(); in cropImageAndSetWallpaper()441 cropRect.bottom = cropRect.top + defaultWallpaperSize.y / cropScale; in cropImageAndSetWallpaper()444 defaultWallpaperSize.y / cropScale - cropRect.height(); in cropImageAndSetWallpaper()