Home
last modified time | relevance | path

Searched defs:getEffectTextRes (Results 1 – 5 of 5) sorted by relevance

/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/src/com/android/wallpaper/picker/preview/domain/interactor/
DPreviewActionsInteractor.kt68 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes() method
/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