Searched refs:WallpaperColorsRepository (Results 1 – 16 of 16) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | CustomizationInjector.kt | 30 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 45 wallpaperColorsRepository: WallpaperColorsRepository, 50 wallpaperColorsRepository: WallpaperColorsRepository, 63 wallpaperColorsRepository: WallpaperColorsRepository,
|
D | ThemePickerInjector.kt | 76 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository in <lambda>() 418 wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>() 437 wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>() 450 wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>() 504 wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>()
|
D | DefaultCustomizationSections.java | 40 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository; 99 WallpaperColorsRepository wallpaperColorsRepository, in getSectionControllersForScreen()
|
/packages/apps/ThemePicker/tests/common/src/com/android/customization/testing/ |
D | TestCustomizationInjector.kt | 20 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 63 wallpaperColorsRepository: WallpaperColorsRepository, in getColorPickerInteractor() 70 wallpaperColorsRepository: WallpaperColorsRepository, in getColorPickerViewModelFactory() 89 wallpaperColorsRepository: WallpaperColorsRepository, in getClockSettingsViewModelFactory()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | CustomizationSections.java | 15 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository; 38 WallpaperColorsRepository wallpaperColorsRepository, in getSectionControllersForScreen()
|
D | WallpaperPickerSections.java | 15 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository; 33 WallpaperColorsRepository wallpaperColorsRepository, in getSectionControllersForScreen()
|
D | WallpaperPicker2Injector.kt | 49 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 93 private var wallpaperColorsRepository: WallpaperColorsRepository? = null 358 override fun getWallpaperColorsRepository(): WallpaperColorsRepository { in getWallpaperColorsRepository() 360 ?: WallpaperColorsRepository().also { wallpaperColorsRepository = it } in getWallpaperColorsRepository()
|
D | Injector.kt | 36 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 134 fun getWallpaperColorsRepository(): WallpaperColorsRepository in getWallpaperInteractor()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestCustomizationSections.kt | 13 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 24 wallpaperColorsRepository: WallpaperColorsRepository?, in getSectionControllersForScreen()
|
D | TestInjector.kt | 59 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 94 private var wallpaperColorsRepository: WallpaperColorsRepository? = null 304 override fun getWallpaperColorsRepository(): WallpaperColorsRepository { in getWallpaperColorsRepository() 306 ?: WallpaperColorsRepository().also { wallpaperColorsRepository = it } in getWallpaperColorsRepository()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/ |
D | PreviewWithThemeSectionController.kt | 31 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository in <lambda>() 50 private val wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>()
|
D | PreviewWithClockCarouselSectionController.kt | 48 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 67 wallpaperColorsRepository: WallpaperColorsRepository,
|
/packages/apps/ThemePicker/src/com/android/customization/picker/color/data/repository/ |
D | ColorPickerRepositoryImpl.kt | 27 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository in <lambda>() 40 wallpaperColorsRepository: WallpaperColorsRepository, in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/ |
D | ScreenPreviewSectionController.kt | 39 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository in <lambda>() 59 private val colorViewModel: WallpaperColorsRepository, in <lambda>()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/fragment/ |
D | ColorPickerFragment.kt | 39 import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository 224 colorViewModel: WallpaperColorsRepository, in loadInitialColors()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/ |
D | WallpaperColorsRepository.kt | 25 class WallpaperColorsRepository { class
|