Searched refs:shouldDimWallpaper (Results 1 – 6 of 6) sorted by relevance
99 if (mLastAppliedEffects.shouldDimWallpaper() != effects.shouldDimWallpaper()) { in apply()103 effects.shouldDimWallpaper() ? WALLPAPER_DIM_AMOUNT_DIMMED in apply()
1430 if (oldEffects.shouldDimWallpaper() != newEffects.shouldDimWallpaper()) { in updateZenDeviceEffects()
65 assertThat(deviceEffects.shouldDimWallpaper()).isTrue(); in builder()94 assertThat(modified.shouldDimWallpaper()).isTrue(); // from original in builder_fromInstance()148 assertThat(copy.shouldDimWallpaper()).isTrue(); in writeToParcel_parcelsAndUnparcels()
255 public boolean shouldDimWallpaper() { in shouldDimWallpaper() method in ZenDeviceEffects405 mDimWallpaper = zenDeviceEffects.shouldDimWallpaper(); in Builder()572 if (effects.shouldDimWallpaper()) setShouldDimWallpaper(true); in add()
1459 writeBooleanIfTrue(out, DEVICE_EFFECT_DIM_WALLPAPER, deviceEffects.shouldDimWallpaper()); in writeZenDeviceEffectsXml()
41298 method public boolean shouldDimWallpaper();