summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2014-02-04 19:37:41 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-02-04 19:37:41 +0000
commit07f00e74029cbe80cd4353955dbaae7e828b8e70 (patch)
tree57b5668de8a69ff8cfe1efab992604efe7ebb8b2
parent45d1cc587bec8770e3f56a194c27452b933cc058 (diff)
parentf14415a9bb1c7e58e42ed0ca7d85522aa424645c (diff)
Merge "Update APIs from RotateDrawable change"
-rw-r--r--api/current.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 23a7006f0621..94ffb300c852 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -10651,11 +10651,24 @@ package android.graphics.drawable {
ctor public RotateDrawable();
method public void draw(android.graphics.Canvas);
method public android.graphics.drawable.Drawable getDrawable();
+ method public float getFromDegrees();
method public int getOpacity();
+ method public float getPivotX();
+ method public float getPivotY();
+ method public float getToDegrees();
method public void invalidateDrawable(android.graphics.drawable.Drawable);
+ method public boolean isPivotXRelative();
+ method public boolean isPivotYRelative();
method public void scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long);
method public void setAlpha(int);
method public void setColorFilter(android.graphics.ColorFilter);
+ method public void setDrawable(android.graphics.drawable.Drawable);
+ method public void setFromDegrees(float);
+ method public void setPivotX(float);
+ method public void setPivotXRelative(boolean);
+ method public void setPivotY(float);
+ method public void setPivotYRelative(boolean);
+ method public void setToDegrees(float);
method public void unscheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable);
}