diff options
author | Alan Viverette <alanv@google.com> | 2013-10-03 20:33:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-10-03 20:33:56 +0000 |
commit | 093318eeac4fd839c722a902612c2f00e1da2f71 (patch) | |
tree | 3156d3bf8cc2359f1e79fdb9350760f273b9c266 /api | |
parent | 7192c6d7c6272c788e5e72ca416354491119fbfa (diff) | |
parent | 23be199171bedb05e81864f8941492af066fa667 (diff) | |
download | frameworks_base-093318eeac4fd839c722a902612c2f00e1da2f71.zip frameworks_base-093318eeac4fd839c722a902612c2f00e1da2f71.tar.gz frameworks_base-093318eeac4fd839c722a902612c2f00e1da2f71.tar.bz2 |
Merge "Add importantForAccessibility mode to block entire hierarchy" into klp-dev
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 e8f4204..b8447af 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28337,6 +28337,7 @@ package android.view { field public static final int HAPTIC_FEEDBACK_ENABLED = 268435456; // 0x10000000 field public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0; // 0x0 field public static final int IMPORTANT_FOR_ACCESSIBILITY_NO = 2; // 0x2 + field public static final int IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS = 4; // 0x4 field public static final int IMPORTANT_FOR_ACCESSIBILITY_YES = 1; // 0x1 field public static final int INVISIBLE = 4; // 0x4 field public static final int KEEP_SCREEN_ON = 67108864; // 0x4000000 |