diff options
author | Chris Craik <ccraik@google.com> | 2014-04-28 17:00:21 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-04-28 17:00:44 -0700 |
commit | 9103e4f748b3950ecfe3c3f6171c6b404ee8ae0d (patch) | |
tree | af961068d0be0fce502fa52a09e22e4b8d955eb2 /api | |
parent | 7a70981fc1eead712d62d9502f6dccb963779ae8 (diff) | |
download | frameworks_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.txt | 1 |
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 { |