Home
last modified time | relevance | path

Searched refs:cropFile (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java642 String cropFile = null; in extractColors() local
667 cropFile = wallpaper.getCropFile().getAbsolutePath(); in extractColors()
676 if (cropFile != null) { in extractColors()
677 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors()