summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-02-13 11:11:12 -0800
committerAlan Viverette <alanv@google.com>2015-02-13 11:11:12 -0800
commit88d44d4adaa68db02e4eef68606591028a92add0 (patch)
tree45493ac1bf605678166a6faa839ae940d66c1c7f /api/system-current.txt
parentbc26d2eafd6185a197a968b2dffde5871791cf0b (diff)
downloadframeworks_base-88d44d4adaa68db02e4eef68606591028a92add0.zip
frameworks_base-88d44d4adaa68db02e4eef68606591028a92add0.tar.gz
frameworks_base-88d44d4adaa68db02e4eef68606591028a92add0.tar.bz2
Add attribute for controlling ripple radius
Sets up the action bar item and control styles to use a 20dp radius ripple to match latest Material spec. Bug: 19370157 Change-Id: I87cba01076ee83937a6bfd36fc7dc188e1eb4672
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index fd6e2c8..b333f95 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -12343,7 +12343,10 @@ package android.graphics.drawable {
public class RippleDrawable extends android.graphics.drawable.LayerDrawable {
ctor public RippleDrawable(android.content.res.ColorStateList, android.graphics.drawable.Drawable, android.graphics.drawable.Drawable);
+ method public int getRadius();
method public void setColor(android.content.res.ColorStateList);
+ method public void setRadius(int);
+ field public static final int RADIUS_AUTO = -1; // 0xffffffff
}
public class RotateDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Drawable.Callback {