Home
last modified time | relevance | path

Searched refs:EffectStatus (Results 1 – 13 of 13) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/
DImageEffectsRepositoryImpl.kt44 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus in <lambda>()
67 MutableStateFlow(ImageEffectsModel(EffectStatus.EFFECT_DISABLE)) in <lambda>()
105 ImageEffectsModel(EffectStatus.EFFECT_READY, resultCode) in <lambda>()
114 EffectStatus.EFFECT_DOWNLOAD_READY, in <lambda>()
122 EffectStatus.EFFECT_DOWNLOAD_IN_PROGRESS, in <lambda>()
128 ImageEffectsModel(EffectStatus.EFFECT_READY, resultCode) in <lambda>()
138 EffectStatus.EFFECT_DOWNLOAD_FAILED, in <lambda>()
152 EffectStatus.EFFECT_APPLIED, in <lambda>()
169 ImageEffectsModel(EffectStatus.EFFECT_APPLIED, resultCode) in <lambda>()
177 EffectStatus.EFFECT_APPLY_FAILED, in <lambda>()
[all …]
DImageEffectsRepository.kt27 enum class EffectStatus { class
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DPreviewEffectsLoadingBinder.kt27 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
28 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
29 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
30 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
31 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/logging/
DUserEventLogger.kt45 @EffectStatus status: Int, in logSnapshot()
51 fun logEffectProbe(effect: String, @EffectStatus status: Int) in logSnapshot()
56 @EffectStatus status: Int, in logSnapshot()
79 annotation class EffectStatus in logSnapshot() class
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt34 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
35 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
36 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
37 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
38 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
39 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
40 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
41 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus.EFF… in <lambda>()
DWallpaperPreviewViewModel.kt283 ImageEffectsRepository.EffectStatus.EFFECT_APPLY_IN_PROGRESS in <lambda>()
416 it.status != ImageEffectsRepository.EffectStatus.EFFECT_APPLY_IN_PROGRESS in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DImageEffectsRepositoryImplTest.kt159 .isEqualTo(ImageEffectsModel(ImageEffectsRepository.EffectStatus.EFFECT_READY)) in <lambda>()
179 ImageEffectsRepository.EffectStatus.EFFECT_READY, in <lambda>()
201 ImageEffectsRepository.EffectStatus.EFFECT_APPLIED, in <lambda>()
223 .isEqualTo(ImageEffectsModel(ImageEffectsRepository.EffectStatus.EFFECT_READY)) in <lambda>()
294 ImageEffectsRepository.EffectStatus.EFFECT_READY, in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/module/logging/
DTestUserEventLogger.kt19 import com.android.wallpaper.module.logging.UserEventLogger.EffectStatus
52 override fun logEffectProbe(effect: String, @EffectStatus status: Int) {} in logEffectProbe()
/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLoggerImpl.kt56 import com.android.wallpaper.module.logging.UserEventLogger.EffectStatus
125 @EffectStatus status: Int, in logEffectApply()
138 override fun logEffectProbe(effect: String, @EffectStatus status: Int) { in logEffectProbe()
148 @EffectStatus status: Int, in logEffectForegroundDownload()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/shared/model/
DImageEffectsModel.kt27 val status: ImageEffectsRepository.EffectStatus,
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeImageEffectsRepository.kt32 MutableStateFlow(ImageEffectsModel(ImageEffectsRepository.EffectStatus.EFFECT_DISABLE))
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModelTest.kt34 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus
182 val imageEffectsModel = ImageEffectsModel(status = EffectStatus.EFFECT_READY) in <lambda>()
DWallpaperPreviewViewModelTest.kt43 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus
190 ImageEffectsModel(EffectStatus.EFFECT_APPLY_IN_PROGRESS) in smallPreviewNotClickable_whenEffectInProgress()