Merge "Rename getIntent() to getRenderIntent()" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b2bb3bf268
@@ -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[]);
|
||||
|
||||
@@ -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[]);
|
||||
|
||||
@@ -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[]);
|
||||
|
||||
@@ -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