diff options
author | George Mount <mount@google.com> | 2014-04-15 09:01:32 -0700 |
---|---|---|
committer | George Mount <mount@google.com> | 2014-04-29 13:08:33 -0700 |
commit | f976c3d42bc2f14333bae5ed26d96c45d207a443 (patch) | |
tree | f0572493058b9062eded6dd1f98091c4c6d26c12 /api | |
parent | 7592afeaa09b64b566c7599c78c676d762fa23fc (diff) | |
download | frameworks_base-f976c3d42bc2f14333bae5ed26d96c45d207a443.zip frameworks_base-f976c3d42bc2f14333bae5ed26d96c45d207a443.tar.gz frameworks_base-f976c3d42bc2f14333bae5ed26d96c45d207a443.tar.bz2 |
Add ability to exclude Views in transition XML.
Bug 14259955
Change-Id: I47bb10c530c9fec8910ddd96156fc38d6027e1f6
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 4779124..b81c833 100644 --- a/api/current.txt +++ b/api/current.txt @@ -501,7 +501,9 @@ package android { field public static final int entries = 16842930; // 0x10100b2 field public static final int entryValues = 16843256; // 0x10101f8 field public static final int eventsInterceptionEnabled = 16843389; // 0x101027d + field public static final int excludeClass = 16843854; // 0x101044e field public static final int excludeFromRecents = 16842775; // 0x1010017 + field public static final int excludeId = 16843853; // 0x101044d field public static final int exitFadeDuration = 16843533; // 0x101030d field public static final int expandableListPreferredChildIndicatorLeft = 16842834; // 0x1010052 field public static final int expandableListPreferredChildIndicatorRight = 16842835; // 0x1010053 |