Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/domain/interactor/
DPreviewActionsInteractor.kt68 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes() method
69 return imageEffectsRepository.getEffectTextRes() in getEffectTextRes()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/
DImageEffectsRepository.kt56 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes method
DImageEffectsRepositoryImpl.kt358 override fun getEffectTextRes(): EffectTextRes { in <lambda>() method in com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepositoryImpl
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeImageEffectsRepository.kt62 override fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes() method in com.android.wallpaper.testing.FakeImageEffectsRepository
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DImageEffectsRepositoryImplTest.kt251 fun getEffectTextRes() { in <lambda>() method in com.android.wallpaper.picker.customization.data.repository.ImageEffectsRepositoryImplTest
261 assertThat(underTest.getEffectTextRes()) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt373 interactor.getEffectTextRes(), in <lambda>()