Home
last modified time | relevance | path

Searched refs:EffectTextRes (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperEffectsView2.kt41 private var effectTextRes: EffectTextRes = in <lambda>()
42 EffectTextRes( in <lambda>()
62 data class EffectTextRes( in <lambda>() dataClass
128 fun setEffectResources(effectTextRes: EffectTextRes) { in <lambda>()
133 private fun updateDefaultTextIfEmpty(effectTextRes: EffectTextRes) { in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeImageEffectsRepository.kt62 override fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes()
63 return WallpaperEffectsView2.EffectTextRes( in getEffectTextRes()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/
DImageEffectsRepositoryImpl.kt46 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.EffectTextRes in <lambda>()
358 override fun getEffectTextRes(): EffectTextRes { in <lambda>()
359 return EffectTextRes( in <lambda>()
DImageEffectsRepository.kt56 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/floatingSheet/
DImageEffectFloatingSheetViewModel.kt34 val effectTextRes: WallpaperEffectsView2.EffectTextRes,
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/domain/interactor/
DPreviewActionsInteractor.kt68 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewActionFloatingSheet.kt74 effectTextRes: WallpaperEffectsView2.EffectTextRes, in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DImageEffectsRepositoryImplTest.kt263 WallpaperEffectsView2.EffectTextRes( in <lambda>()