Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 47) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModeDisplayEffectPreferenceController.java37 ZenDeviceEffects effects = zenMode.getRule().getDeviceEffects(); in updateState() local
38 if (effects == null) { in updateState()
43 pref.setChecked(effects.shouldDisplayGrayscale()); in updateState()
46 pref.setChecked(effects.shouldSuppressAmbientDisplay()); in updateState()
49 pref.setChecked(effects.shouldDimWallpaper()); in updateState()
52 pref.setChecked(effects.shouldUseNightMode()); in updateState()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/effects/
DEffectsController.java16 package com.android.wallpaper.effects;
186 public void interruptGenerate(com.android.wallpaper.effects.Effect effect) {} in interruptGenerate()
193 public void startForegroundDownload(com.android.wallpaper.effects.Effect effect){} in startForegroundDownload()
200 public void interruptForegroundDownload(com.android.wallpaper.effects.Effect effect) {} in interruptForegroundDownload()
DEffect.kt17 package com.android.wallpaper.effects
19 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface
DEffectContract.kt17 package com.android.wallpaper.effects
DDefaultEffectsController.kt17 package com.android.wallpaper.effects
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DImageEffectsRepositoryImplTest.kt26 import com.android.wallpaper.effects.Effect in <lambda>()
27 import com.android.wallpaper.effects.EffectsController in <lambda>()
28 import com.android.wallpaper.effects.EffectsController.RESULT_PROBE_SUCCESS in <lambda>()
29 import com.android.wallpaper.effects.FakeEffectsController in <lambda>()
30 import com.android.wallpaper.effects.FakeEffectsController.Companion.LIVE_WALLPAPER_COMPONENT_CLASS… in <lambda>()
31 import com.android.wallpaper.effects.FakeEffectsController.Companion.LIVE_WALLPAPER_COMPONENT_PKG_N… in <lambda>()
/packages/apps/ThemePicker/src_override/com/android/wallpaper/picker/di/modules/
DEffectsModule.kt18 import com.android.wallpaper.effects.DefaultEffectsController
19 import com.android.wallpaper.effects.EffectsController
/packages/apps/WallpaperPicker2/src_override/com/android/wallpaper/picker/di/modules/
DEffectsModule.kt18 import com.android.wallpaper.effects.DefaultEffectsController
19 import com.android.wallpaper.effects.EffectsController
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/data/repository/
DImageEffectsRepository.kt19 import com.android.wallpaper.effects.Effect
20 import com.android.wallpaper.effects.EffectsController
DImageEffectsRepositoryImpl.kt33 import com.android.wallpaper.effects.Effect in <lambda>()
34 import com.android.wallpaper.effects.EffectContract in <lambda>()
35 import com.android.wallpaper.effects.EffectsController in <lambda>()
36 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeImageEffectsRepository.kt19 import com.android.wallpaper.effects.Effect
20 import com.android.wallpaper.effects.EffectsController
DFakeContentProvider.kt24 import com.android.wallpaper.effects.EffectContract
25 import com.android.wallpaper.effects.FakeEffectsController
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeBackend.java205 int effects = mPolicy.suppressedVisualEffects; in getNewSuppressedEffects() local
208 effects |= effectType; in getNewSuppressedEffects()
210 effects &= ~effectType; in getNewSuppressedEffects()
213 return clearDeprecatedEffects(effects); in getNewSuppressedEffects()
216 private int clearDeprecatedEffects(int effects) { in clearDeprecatedEffects() argument
217 return effects & ~(SUPPRESSED_EFFECT_SCREEN_ON | SUPPRESSED_EFFECT_SCREEN_OFF); in clearDeprecatedEffects()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/effects/
DFakeEffectsController.kt17 package com.android.wallpaper.effects
96 override fun startForegroundDownload(effect: com.android.wallpaper.effects.Effect?) { in getTargetEffect()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/domain/interactor/
DPreviewActionsInteractor.kt19 import com.android.wallpaper.effects.Effect
20 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface
/packages/apps/WallpaperPicker2/tests/module/src/com/android/wallpaper/
DWallpaperPicker2TestModule.kt18 import com.android.wallpaper.effects.EffectsController
19 import com.android.wallpaper.effects.FakeEffectsController
/packages/apps/ThemePicker/tests/module/src/com/android/wallpaper/
DThemePickerTestModule.kt27 import com.android.wallpaper.effects.EffectsController
28 import com.android.wallpaper.effects.FakeEffectsController
/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLoggerImpl.kt98 effects: String?, in logWallpaperApplied()
114 .setEffectIdHash(if (isHomeWallpaperSet) getIdHashCode(effects) else 0) in logWallpaperApplied()
117 .setLockEffectIdHash(if (isLockWallpaperSet) getIdHashCode(effects) else 0) in logWallpaperApplied()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/shared/model/
DImageEffectsModel.kt19 import com.android.wallpaper.effects.EffectsController
/packages/apps/LegacyCamera/
DAndroid.bp17 optional_uses_libs: ["com.google.android.media.effects"],
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/floatingSheet/
DImageEffectFloatingSheetViewModel.kt20 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/logging/
DNoOpUserEventLogger.kt32 effects: String?, in logWallpaperApplied()
/packages/apps/Gallery2/
DAndroid.bp50 "com.google.android.media.effects",
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperEffectsView2.kt31 import com.android.wallpaper.effects.EffectsController in <lambda>()
32 import com.android.wallpaper.effects.EffectsController.EffectEnumInterface in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/module/logging/
DTestUserEventLogger.kt40 effects: String?, in logWallpaperApplied()

12