Merge "Rename getIntent() to getRenderIntent()" into oc-dev am: b2bb3bf268

am: 98e11587f2

Change-Id: Ic5c95f3f4f811a1f668ec6218371efd3fe169371
This commit is contained in:
Romain Guy
2017-04-06 22:47:21 +00:00
committed by android-build-merger
4 changed files with 4 additions and 4 deletions

View File

@@ -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[]);

View File

@@ -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[]);

View File

@@ -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[]);

View File

@@ -3530,7 +3530,7 @@ public abstract class ColorSpace {
*
* @see RenderIntent
*/
public RenderIntent getIntent() {
public RenderIntent getRenderIntent() {
return mIntent;
}