summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-01 15:58:04 -0700
committerAlan Viverette <alanv@google.com>2014-06-01 15:58:04 -0700
commit4d2f2483f6d9e2eb25d843d676981f4ebc9c79e5 (patch)
tree54ee4e9f3f16654dc90c3ff3f6fd3963f23a759b /api
parent377801463ef75d7c14f3ef6a346d8ddccb2a4045 (diff)
downloadframeworks_base-4d2f2483f6d9e2eb25d843d676981f4ebc9c79e5.zip
frameworks_base-4d2f2483f6d9e2eb25d843d676981f4ebc9c79e5.tar.gz
frameworks_base-4d2f2483f6d9e2eb25d843d676981f4ebc9c79e5.tar.bz2
Fixes hotspot list transitions, update to use a single hotspot
Also updates background and button colors to match spec, removes dependency on bouncycastle Arrays. Vastly simplifies ripple drawing. Adds APIs for maximum ripple radius. Makes selectableItemBackground bounded by default and adds an unbounded version and theme attribute. BUG: 15315168 BUG: 15314684 BUG: 15314830 BUG: 15316768 BUG: 15333033 BUG: 15344050 Change-Id: Ib0619587ce78e43056b66571bae185e0f1613185
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 235dca8..da8b3fd 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -1015,6 +1015,7 @@ package android {
field public static final int selectAllOnFocus = 16843102; // 0x101015e
field public static final int selectable = 16843238; // 0x10101e6
field public static final int selectableItemBackground = 16843534; // 0x101030e
+ field public static final int selectableItemBackgroundBorderless = 16843867; // 0x101045b
field public static final int selectedDateVerticalBar = 16843591; // 0x1010347
field public static final int selectedWeekBackgroundColor = 16843586; // 0x1010342
field public static final int sessionService = 16843841; // 0x1010441
@@ -11470,6 +11471,7 @@ package android.graphics.drawable {
}
public class RippleDrawable extends android.graphics.drawable.LayerDrawable {
+ ctor public RippleDrawable(android.graphics.drawable.Drawable, android.graphics.drawable.Drawable);
}
public class RotateDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Drawable.Callback {