Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithThemeSectionController.kt55 private val themedIconInteractor: ThemedIconInteractor, in <lambda>() constant
125 themedIconInteractor = themedIconInteractor, in <lambda>()
DPreviewWithClockCarouselSectionController.kt75 themedIconInteractor: ThemedIconInteractor,
91 themedIconInteractor,
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/viewmodel/
DPreviewWithThemeViewModel.kt42 private val themedIconInteractor: ThemedIconInteractor, constant
57 themedIconInteractor.isActivated.map {}, in workspaceUpdateEvents()
/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DThemedIconViewModelTest.kt45 @Inject lateinit var themedIconInteractor: ThemedIconInteractor variable in com.android.wallpaper.customization.ui.viewmodel.ThemedIconViewModelTest
56 themedIconViewModel = ThemedIconViewModel(themedIconInteractor, logger) in setUp()
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java79 ThemedIconInteractor themedIconInteractor, in DefaultCustomizationSections() argument
91 mThemedIconInteractor = themedIconInteractor; in DefaultCustomizationSections()
DThemePickerInjector.kt157 private var themedIconInteractor: ThemedIconInteractor? = null in <lambda>() variable
375 return themedIconInteractor in <lambda>()
377 themedIconInteractor = it in <lambda>()