Merge "Rename getIntent() to getRenderIntent()" into oc-dev am: b2bb3bf268
am: 98e11587f2
Change-Id: Ic5c95f3f4f811a1f668ec6218371efd3fe169371
This commit is contained in:
@@ -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[]);
|
||||
|
||||
@@ -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[]);
|
||||
|
||||
@@ -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[]);
|
||||
|
||||
@@ -3530,7 +3530,7 @@ public abstract class ColorSpace {
|
||||
*
|
||||
* @see RenderIntent
|
||||
*/
|
||||
public RenderIntent getIntent() {
|
||||
public RenderIntent getRenderIntent() {
|
||||
return mIntent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user