Home
last modified time | relevance | path

Searched defs:wallpaperColorsRepository (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/fragment/
DClockSettingsFragment.kt71 val wallpaperColorsRepository = injector.getWallpaperColorsRepository() in <lambda>() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DCustomizationSections.java38 WallpaperColorsRepository wallpaperColorsRepository, in getSectionControllersForScreen()
DWallpaperPickerSections.java33 WallpaperColorsRepository wallpaperColorsRepository, in getSectionControllersForScreen()
DWallpaperPicker2Injector.kt93 private var wallpaperColorsRepository: WallpaperColorsRepository? = null variable in com.android.wallpaper.module.WallpaperPicker2Injector
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/fragment/
DColorPickerFragment.kt79 val wallpaperColorsRepository = injector.getWallpaperColorsRepository() in onCreateView() constant
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java99 WallpaperColorsRepository wallpaperColorsRepository, in getSectionControllersForScreen()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithThemeSectionController.kt50 private val wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>() constant
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt94 private var wallpaperColorsRepository: WallpaperColorsRepository? = null variable in com.android.wallpaper.testing.TestInjector