Searched refs:getSystemWallpaperMaximumScale (Results 1 – 4 of 4) sorted by relevance
43 val scale = WallpaperCropUtils.getSystemWallpaperMaximumScale(context) in onMeasure()53 val scale = WallpaperCropUtils.getSystemWallpaperMaximumScale(context) in onLayout()
280 float systemWallpaperMaxScale = getSystemWallpaperMaximumScale(context); in adjustCropRect()293 float systemWallpaperMaxScale = getSystemWallpaperMaximumScale(context); in scaleSize()374 public static float getSystemWallpaperMaximumScale(Context context) { in getSystemWallpaperMaximumScale() method in WallpaperCropUtils
163 WallpaperCropUtils.getSystemWallpaperMaximumScale( in <lambda>()
496 float scale = WallpaperCropUtils.getSystemWallpaperMaximumScale(context); in surfaceCreated()