Loading core/java/android/hardware/display/ColorDisplayManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,8 @@ public final class ColorDisplayManager { @SystemApi public static final int CAPABILITY_NONE = 0x0; /** * The device can properly apply transforms over protected content. * The device can use GPU composition on protected content (layers whose buffers are protected * in the trusted memory zone). * * @hide */ Loading core/java/android/hardware/display/DisplayManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -563,7 +563,8 @@ public final class DisplayManager { * 0 produces a grayscale image, 1 is normal. * * @hide * @deprecated use {@link ColorDisplayManager#setSaturationLevel(int)}. * @deprecated use {@link ColorDisplayManager#setSaturationLevel(int)} instead. The level passed * as a parameter here will be rounded to the nearest hundredth. */ @SystemApi @RequiresPermission(Manifest.permission.CONTROL_DISPLAY_SATURATION) Loading Loading
core/java/android/hardware/display/ColorDisplayManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,8 @@ public final class ColorDisplayManager { @SystemApi public static final int CAPABILITY_NONE = 0x0; /** * The device can properly apply transforms over protected content. * The device can use GPU composition on protected content (layers whose buffers are protected * in the trusted memory zone). * * @hide */ Loading
core/java/android/hardware/display/DisplayManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -563,7 +563,8 @@ public final class DisplayManager { * 0 produces a grayscale image, 1 is normal. * * @hide * @deprecated use {@link ColorDisplayManager#setSaturationLevel(int)}. * @deprecated use {@link ColorDisplayManager#setSaturationLevel(int)} instead. The level passed * as a parameter here will be rounded to the nearest hundredth. */ @SystemApi @RequiresPermission(Manifest.permission.CONTROL_DISPLAY_SATURATION) Loading