Searched refs:lockWallpaperColors (Results 1 – 6 of 6) sorted by relevance
87 private var lockWallpaperColors: WallpaperColors? = null variable97 lockWallpaperColors: WallpaperColors?, in fetch()101 this.lockWallpaperColors != lockWallpaperColors in fetch()105 lockWallpaperColors, in fetch()108 this.lockWallpaperColors = lockWallpaperColors in fetch()138 lockWallpaperColors: WallpaperColors?, in loadSeedColors()144 if (lockWallpaperColors == null) { in loadSeedColors()150 if (lockWallpaperColors != null) { in loadSeedColors()154 if (shouldLockColorsGoFirst) lockWallpaperColors else homeWallpaperColors, in loadSeedColors()162 if (shouldLockColorsGoFirst) homeWallpaperColors else lockWallpaperColors, in loadSeedColors()
195 WallpaperColors lockWallpaperColors = mLockWallpaperColors; in fetchOptions() local196 if (lockWallpaperColors != null && mLockWallpaperColors.equals(mHomeWallpaperColors)) { in fetchOptions()197 lockWallpaperColors = null; in fetchOptions()200 lockWallpaperColors); in fetchOptions()
76 @Nullable WallpaperColors lockWallpaperColors in fetch() argument
46 private val lockWallpaperColors: StateFlow<WallpaperColorsModel?> = in <lambda>() constant47 wallpaperColorsRepository.lockWallpaperColors in <lambda>()56 combine(homeWallpaperColors, lockWallpaperColors) { homeColors, lockColors -> in <lambda>()
35 val lockWallpaperColors: StateFlow<WallpaperColorsModel> = _lockWallpaperColors.asStateFlow() constant in com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository
123 wallpaperColorsRepository.lockWallpaperColors.value in onCreateView()