Home
last modified time | relevance | path

Searched refs:mGrayscale (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenDeviceEffects.java110 private final boolean mGrayscale; field in ZenDeviceEffects
127 mGrayscale = grayscale; in ZenDeviceEffects()
159 return this.mGrayscale == that.mGrayscale in equals()
174 return Objects.hash(mGrayscale, mSuppressAmbientDisplay, mDimWallpaper, mNightMode, in hashCode()
182 if (mGrayscale) effects.add("grayscale"); in toString()
242 return mGrayscale; in shouldDisplayGrayscale()
332 return mGrayscale || mSuppressAmbientDisplay || mDimWallpaper || mNightMode in hasEffects()
363 dest.writeBoolean(mGrayscale); in writeToParcel()
380 private boolean mGrayscale; field in ZenDeviceEffects.Builder
403 mGrayscale = zenDeviceEffects.shouldDisplayGrayscale(); in Builder()
[all …]
/frameworks/base/core/java/android/window/
DScreenCapture.java280 public final boolean mGrayscale; field in ScreenCapture.CaptureArgs
292 mGrayscale = builder.mGrayscale; in CaptureArgs()
305 mGrayscale = in.readBoolean(); in CaptureArgs()
362 private boolean mGrayscale; field in ScreenCapture.CaptureArgs.Builder
449 mGrayscale = grayscale; in setGrayscale()
498 dest.writeBoolean(mGrayscale); in writeToParcel()
639 setGrayscale(args.mGrayscale); in Builder()