Home
last modified time | relevance | path

Searched refs:shouldDimWallpaper (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DDefaultDeviceEffectsApplier.java99 if (mLastAppliedEffects.shouldDimWallpaper() != effects.shouldDimWallpaper()) { in apply()
103 effects.shouldDimWallpaper() ? WALLPAPER_DIM_AMOUNT_DIMMED in apply()
DZenModeHelper.java1430 if (oldEffects.shouldDimWallpaper() != newEffects.shouldDimWallpaper()) { in updateZenDeviceEffects()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenDeviceEffectsTest.java65 assertThat(deviceEffects.shouldDimWallpaper()).isTrue(); in builder()
94 assertThat(modified.shouldDimWallpaper()).isTrue(); // from original in builder_fromInstance()
148 assertThat(copy.shouldDimWallpaper()).isTrue(); in writeToParcel_parcelsAndUnparcels()
/frameworks/base/core/java/android/service/notification/
DZenDeviceEffects.java255 public boolean shouldDimWallpaper() { in shouldDimWallpaper() method in ZenDeviceEffects
405 mDimWallpaper = zenDeviceEffects.shouldDimWallpaper(); in Builder()
572 if (effects.shouldDimWallpaper()) setShouldDimWallpaper(true); in add()
DZenModeConfig.java1459 writeBooleanIfTrue(out, DEVICE_EFFECT_DIM_WALLPAPER, deviceEffects.shouldDimWallpaper()); in writeZenDeviceEffectsXml()
/frameworks/base/core/api/
Dcurrent.txt41298 method public boolean shouldDimWallpaper();