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

Commit 1cf7b4fc authored by Romain Guy's avatar Romain Guy
Browse files

Rename getIntent() to getRenderIntent()

Bug: 37077433
Test: compile and ColorSpaceTests
Change-Id: I8eb1fa6136582eaac1d509ebfef7f67b0fffe1aa
parent 8d84e4cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12849,7 +12849,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
@@ -13582,7 +13582,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
@@ -12899,7 +12899,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;
        }