Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c5557c2 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Rename getIntent() to getRenderIntent()" into oc-dev am: b2bb3bf2 am: 98e11587"

parents 2b92010a dd2b7cca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12858,7 +12858,7 @@ package android.graphics {
  public static class ColorSpace.Connector {
    method public android.graphics.ColorSpace getDestination();
    method public android.graphics.ColorSpace.RenderIntent getIntent();
    method public android.graphics.ColorSpace.RenderIntent getRenderIntent();
    method public android.graphics.ColorSpace getSource();
    method public float[] transform(float, float, float);
    method public float[] transform(float[]);
+1 −1
Original line number Diff line number Diff line
@@ -13623,7 +13623,7 @@ package android.graphics {
  public static class ColorSpace.Connector {
    method public android.graphics.ColorSpace getDestination();
    method public android.graphics.ColorSpace.RenderIntent getIntent();
    method public android.graphics.ColorSpace.RenderIntent getRenderIntent();
    method public android.graphics.ColorSpace getSource();
    method public float[] transform(float, float, float);
    method public float[] transform(float[]);
+1 −1
Original line number Diff line number Diff line
@@ -12908,7 +12908,7 @@ package android.graphics {
  public static class ColorSpace.Connector {
    method public android.graphics.ColorSpace getDestination();
    method public android.graphics.ColorSpace.RenderIntent getIntent();
    method public android.graphics.ColorSpace.RenderIntent getRenderIntent();
    method public android.graphics.ColorSpace getSource();
    method public float[] transform(float, float, float);
    method public float[] transform(float[]);
+1 −1
Original line number Diff line number Diff line
@@ -3530,7 +3530,7 @@ public abstract class ColorSpace {
         *
         * @see RenderIntent
         */
        public RenderIntent getIntent() {
        public RenderIntent getRenderIntent() {
            return mIntent;
        }