Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorProvider.kt87 private var lockWallpaperColors: WallpaperColors? = null variable
97 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()
DColorCustomizationManager.java195 WallpaperColors lockWallpaperColors = mLockWallpaperColors; in fetchOptions() local
196 if (lockWallpaperColors != null && mLockWallpaperColors.equals(mHomeWallpaperColors)) { in fetchOptions()
197 lockWallpaperColors = null; in fetchOptions()
200 lockWallpaperColors); in fetchOptions()
DColorOptionsProvider.java76 @Nullable WallpaperColors lockWallpaperColors in fetch() argument
/packages/apps/ThemePicker/src/com/android/customization/picker/color/data/repository/
DColorPickerRepositoryImpl.kt46 private val lockWallpaperColors: StateFlow<WallpaperColorsModel?> = in <lambda>() constant
47 wallpaperColorsRepository.lockWallpaperColors in <lambda>()
56 combine(homeWallpaperColors, lockWallpaperColors) { homeColors, lockColors -> in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperColorsRepository.kt35 val lockWallpaperColors: StateFlow<WallpaperColorsModel> = _lockWallpaperColors.asStateFlow() constant in com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/fragment/
DColorPickerFragment.kt123 wallpaperColorsRepository.lockWallpaperColors.value in onCreateView()