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

am: b2bb3bf268

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

View File

@@ -12856,7 +12856,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

@@ -13619,7 +13619,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

@@ -12906,7 +12906,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;
}