Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithThemeSectionController.kt54 private val themedIconInteractor: ThemedIconInteractor, in <lambda>() constant
123 themedIconInteractor = themedIconInteractor, in <lambda>()
DPreviewWithClockCarouselSectionController.kt74 themedIconInteractor: ThemedIconInteractor,
89 themedIconInteractor,
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/viewmodel/
DPreviewWithThemeViewModel.kt39 private val themedIconInteractor: ThemedIconInteractor? = null, constant
51 override fun workspaceUpdateEvents(): Flow<Boolean>? = themedIconInteractor?.isActivated in workspaceUpdateEvents()
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java77 ThemedIconInteractor themedIconInteractor, in DefaultCustomizationSections() argument
88 mThemedIconInteractor = themedIconInteractor; in DefaultCustomizationSections()
DThemePickerInjector.kt122 private var themedIconInteractor: ThemedIconInteractor? = null in <lambda>() variable in com.android.customization.module.ThemePickerInjector
495 return themedIconInteractor in <lambda>()
499 .also { themedIconInteractor = it } in <lambda>()