summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2014-04-28 17:00:21 -0700
committerChris Craik <ccraik@google.com>2014-04-28 17:00:44 -0700
commit9103e4f748b3950ecfe3c3f6171c6b404ee8ae0d (patch)
treeaf961068d0be0fce502fa52a09e22e4b8d955eb2 /api
parent7a70981fc1eead712d62d9502f6dccb963779ae8 (diff)
downloadframeworks_base-9103e4f748b3950ecfe3c3f6171c6b404ee8ae0d.zip
frameworks_base-9103e4f748b3950ecfe3c3f6171c6b404ee8ae0d.tar.gz
frameworks_base-9103e4f748b3950ecfe3c3f6171c6b404ee8ae0d.tar.bz2
Add Z property to View
Change-Id: Iff0b2fc616c650c46e5567a1cc81301afffcbfce
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 c8a59b8..8682d1f 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -30608,6 +30608,7 @@ package android.view {
field protected static final int[] WINDOW_FOCUSED_STATE_SET;
field public static final android.util.Property X;
field public static final android.util.Property Y;
+ field public static final android.util.Property Z;
}
public static class View.AccessibilityDelegate {