Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperColorsExtractor.kt50 var shouldRecycle = false in extractWallpaperColors() variable
60 shouldRecycle = true in extractWallpaperColors()
63 if (shouldRecycle) { in extractWallpaperColors()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperColorsLoader.java61 boolean shouldRecycle = false; in getWallpaperColors()
64 shouldRecycle = true; in getWallpaperColors()
69 if (shouldRecycle) { in getWallpaperColors()