summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-02-12 13:50:34 -0800
committerAlan Viverette <alanv@google.com>2014-02-12 13:50:34 -0800
commit861621eb8a3bd8896bc00c4c5bc8af6816215e21 (patch)
tree67db8ff1a26254857dcfe089f4218d3a5610dca9 /api
parentc65d26ee0e3792fc17c156c48e62b24f242e0c8d (diff)
downloadframeworks_base-861621eb8a3bd8896bc00c4c5bc8af6816215e21.zip
frameworks_base-861621eb8a3bd8896bc00c4c5bc8af6816215e21.tar.gz
frameworks_base-861621eb8a3bd8896bc00c4c5bc8af6816215e21.tar.bz2
Fix gradient radius attribute to match documentation
BUG: 12191666 Change-Id: I62de3296500543797c595eeee15aa250e5b1511a
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 3ebd522..333c6fa 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -10542,6 +10542,7 @@ package android.graphics.drawable {
ctor public GradientDrawable();
ctor public GradientDrawable(android.graphics.drawable.GradientDrawable.Orientation, int[]);
method public void draw(android.graphics.Canvas);
+ method public float getGradientRadius();
method public int getOpacity();
method public android.graphics.drawable.GradientDrawable.Orientation getOrientation();
method public boolean onStateChange(int[]);