Home
last modified time | relevance | path

Searched refs:ThemedIconInteractor (Results 1 – 10 of 10) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/
DThemedIconSectionController.java25 import com.android.customization.model.themedicon.domain.interactor.ThemedIconInteractor;
40 private final ThemedIconInteractor mInteractor;
50 ThemedIconInteractor interactor, in ThemedIconSectionController()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/themedicon/domain/interactor/
DThemedIconInteractorTest.kt36 private lateinit var underTest: ThemedIconInteractor
41 ThemedIconInteractor( in setUp()
DThemedIconSnapshotRestorerTest.kt47 ThemedIconInteractor( in setUp()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/viewmodel/
DPreviewWithThemeViewModel.kt22 import com.android.customization.model.themedicon.domain.interactor.ThemedIconInteractor in <lambda>()
39 private val themedIconInteractor: ThemedIconInteractor? = null,
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java14 import com.android.customization.model.themedicon.domain.interactor.ThemedIconInteractor;
63 private final ThemedIconInteractor mThemedIconInteractor;
77 ThemedIconInteractor themedIconInteractor, in DefaultCustomizationSections()
DThemePickerInjector.kt39 import com.android.customization.model.themedicon.domain.interactor.ThemedIconInteractor in <lambda>()
122 private var themedIconInteractor: ThemedIconInteractor? = null in <lambda>()
494 protected fun getThemedIconInteractor(): ThemedIconInteractor { in <lambda>()
496 ?: ThemedIconInteractor( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithThemeSectionController.kt24 import com.android.customization.model.themedicon.domain.interactor.ThemedIconInteractor in <lambda>()
54 private val themedIconInteractor: ThemedIconInteractor, in <lambda>()
DPreviewWithClockCarouselSectionController.kt35 import com.android.customization.model.themedicon.domain.interactor.ThemedIconInteractor
74 themedIconInteractor: ThemedIconInteractor,
/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/domain/interactor/
DThemedIconInteractor.kt24 class ThemedIconInteractor( class
DThemedIconSnapshotRestorer.kt27 private val interactor: ThemedIconInteractor,