OSDN Git Service

Rename getIntent() to getRenderIntent()
authorRomain Guy <romainguy@google.com>
Thu, 6 Apr 2017 19:37:03 +0000 (12:37 -0700)
committerRomain Guy <romainguy@google.com>
Thu, 6 Apr 2017 19:37:03 +0000 (12:37 -0700)
Bug: 37077433
Test: compile and ColorSpaceTests
Change-Id: I8eb1fa6136582eaac1d509ebfef7f67b0fffe1aa

api/current.txt
api/system-current.txt
api/test-current.txt
graphics/java/android/graphics/ColorSpace.java

index f5c7d50..8b2f4b8 100644 (file)
@@ -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[]);
index 22fd229..243f212 100644 (file)
@@ -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[]);
index b6364f8..ac0946c 100644 (file)
@@ -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[]);
index e03dcf3..e61d467 100644 (file)
@@ -3530,7 +3530,7 @@ public abstract class ColorSpace {
          *
          * @see RenderIntent
          */
-        public RenderIntent getIntent() {
+        public RenderIntent getRenderIntent() {
             return mIntent;
         }