Searched refs:EffectStatus (Results 1 – 13 of 13) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/ |
D | ImageEffectsRepositoryImpl.kt | 44 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 …]
|
D | ImageEffectsRepository.kt | 27 enum class EffectStatus { class
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/ |
D | PreviewEffectsLoadingBinder.kt | 27 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/ |
D | UserEventLogger.kt | 45 @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/ |
D | PreviewActionsViewModel.kt | 34 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>()
|
D | WallpaperPreviewViewModel.kt | 283 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/ |
D | ImageEffectsRepositoryImplTest.kt | 159 .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/ |
D | TestUserEventLogger.kt | 19 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/ |
D | ThemesUserEventLoggerImpl.kt | 56 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/ |
D | ImageEffectsModel.kt | 27 val status: ImageEffectsRepository.EffectStatus,
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | FakeImageEffectsRepository.kt | 32 MutableStateFlow(ImageEffectsModel(ImageEffectsRepository.EffectStatus.EFFECT_DISABLE))
|
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
D | PreviewActionsViewModelTest.kt | 34 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus 182 val imageEffectsModel = ImageEffectsModel(status = EffectStatus.EFFECT_READY) in <lambda>()
|
D | WallpaperPreviewViewModelTest.kt | 43 import com.android.wallpaper.picker.preview.data.repository.ImageEffectsRepository.EffectStatus 190 ImageEffectsModel(EffectStatus.EFFECT_APPLY_IN_PROGRESS) in smallPreviewNotClickable_whenEffectInProgress()
|