/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/ |
D | ImageEffectsRepositoryImpl.kt | 35 import com.android.wallpaper.effects.EffectsController in <lambda>() 36 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface in <lambda>() 62 private val effectsController: EffectsController, in <lambda>() 95 EffectsController.EffectsServiceListener { in <lambda>() 103 EffectsController.RESULT_PROBE_SUCCESS -> { in <lambda>() 107 EffectsController.RESULT_PROBE_ERROR -> { in <lambda>() 110 EffectsController.RESULT_ERROR_PROBE_SUPPORT_FOREGROUND -> { in <lambda>() 119 EffectsController.RESULT_PROBE_FOREGROUND_DOWNLOADING -> { in <lambda>() 126 EffectsController.RESULT_FOREGROUND_DOWNLOAD_SUCCEEDED -> { in <lambda>() 135 EffectsController.RESULT_FOREGROUND_DOWNLOAD_FAILED -> { in <lambda>() [all …]
|
D | ImageEffectsRepository.kt | 20 import com.android.wallpaper.effects.EffectsController 48 fun enableImageEffect(effect: EffectsController.EffectEnumInterface) in areEffectsAvailable() 54 fun isTargetEffect(effect: EffectsController.EffectEnumInterface): Boolean
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | FakeImageEffectsRepository.kt | 20 import com.android.wallpaper.effects.EffectsController 46 override fun enableImageEffect(effect: EffectsController.EffectEnumInterface) { in enableImageEffect() 58 override fun isTargetEffect(effect: EffectsController.EffectEnumInterface): Boolean { in isTargetEffect()
|
D | TestInjector.kt | 30 import com.android.wallpaper.effects.EffectsController 154 ): EffectsController? { in getEffectsController()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/ |
D | WallpaperEffectsView2.kt | 31 import com.android.wallpaper.effects.EffectsController in <lambda>() 32 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface in <lambda>() 196 EffectsController.RESULT_ERROR_TRY_ANOTHER_PHOTO in <lambda>() 201 EffectsController.RESULT_ERROR_TRY_AGAIN_LATER in <lambda>() 203 controlButtonByCode(continueButton, resultCode, EffectsController.RESULT_ERROR_CONTINUE) in <lambda>()
|
/packages/apps/ThemePicker/src_override/com/android/wallpaper/picker/di/modules/ |
D | EffectsModule.kt | 19 import com.android.wallpaper.effects.EffectsController 33 abstract fun bindEffectsController(impl: DefaultEffectsController): EffectsController
|
/packages/apps/WallpaperPicker2/src_override/com/android/wallpaper/picker/di/modules/ |
D | EffectsModule.kt | 19 import com.android.wallpaper.effects.EffectsController 33 abstract fun bindEffectsController(impl: DefaultEffectsController): EffectsController
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/ |
D | ImageEffectsRepositoryImplTest.kt | 27 import com.android.wallpaper.effects.EffectsController in <lambda>() 28 import com.android.wallpaper.effects.EffectsController.RESULT_PROBE_SUCCESS in <lambda>() 202 EffectsController.RESULT_SUCCESS, in <lambda>() 295 EffectsController.RESULT_FOREGROUND_DOWNLOAD_SUCCEEDED in <lambda>()
|
/packages/apps/WallpaperPicker2/tests/module/src/com/android/wallpaper/ |
D | WallpaperPicker2TestModule.kt | 18 import com.android.wallpaper.effects.EffectsController 86 abstract fun bindEffectsController(impl: FakeEffectsController): EffectsController
|
/packages/apps/ThemePicker/tests/module/src/com/android/wallpaper/ |
D | ThemePickerTestModule.kt | 27 import com.android.wallpaper.effects.EffectsController 112 abstract fun bindEffectsController(impl: FakeEffectsController): EffectsController in bindInjector()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | Injector.kt | 27 import com.android.wallpaper.effects.EffectsController 74 fun getEffectsController(context: Context): EffectsController? in getApplicationCoroutineScope()
|
D | WallpaperPicker2Injector.kt | 32 import com.android.wallpaper.effects.EffectsController 168 ): EffectsController? { in getEffectsController()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/converter/ |
D | WallpaperModelFactory.kt | 23 import com.android.wallpaper.effects.EffectsController 107 effectsController: EffectsController? = null in getWallpaperModel()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/effects/ |
D | DefaultEffectsController.kt | 23 @Singleton class DefaultEffectsController @Inject constructor() : EffectsController()
|
D | Effect.kt | 19 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface
|
D | EffectsController.java | 28 public abstract class EffectsController { class
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/shared/model/ |
D | ImageEffectsModel.kt | 19 import com.android.wallpaper.effects.EffectsController
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/floatingSheet/ |
D | ImageEffectFloatingSheetViewModel.kt | 20 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/effects/ |
D | FakeEffectsController.kt | 28 class FakeEffectsController @Inject constructor() : EffectsController() {
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/domain/interactor/ |
D | PreviewActionsInteractor.kt | 20 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/ |
D | PreviewActionFloatingSheet.kt | 32 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface in <lambda>()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CategorySelectorFragment.java | 54 import com.android.wallpaper.effects.EffectsController; 377 EffectsController effectsController = in onClick()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
D | PreviewActionsViewModel.kt | 28 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface in <lambda>()
|