summaryrefslogtreecommitdiffstats
path: root/services/input
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-09-08 18:51:14 -0700
committerJeff Brown <jeffbrown@google.com>2011-09-08 18:53:42 -0700
commitbfcb60ab0f696c8ef70830c365550e62fe2808bf (patch)
tree62501853dd40e4194e94bb689c46e1da335f6e66 /services/input
parent9fefa3c716e9c8d7dfb6c851c91e37e37732a955 (diff)
downloadframeworks_base-bfcb60ab0f696c8ef70830c365550e62fe2808bf.zip
frameworks_base-bfcb60ab0f696c8ef70830c365550e62fe2808bf.tar.gz
frameworks_base-bfcb60ab0f696c8ef70830c365550e62fe2808bf.tar.bz2
Adjust layers for system overlays.
Prevent system overlays from showing above the notification bar. Allow secure system overlays to be fullscreen, for the pointer location view. Show the drag layer above the notification bar. Change-Id: Ic8d663792a243cca2cd9952d241d001e0357d551
Diffstat (limited to 'services/input')
-rw-r--r--services/input/InputWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/input/InputWindow.h b/services/input/InputWindow.h
index 8861bee..38968f9 100644
--- a/services/input/InputWindow.h
+++ b/services/input/InputWindow.h
@@ -103,6 +103,8 @@ struct InputWindowInfo {
TYPE_STATUS_BAR_SUB_PANEL = FIRST_SYSTEM_WINDOW+17,
TYPE_POINTER = FIRST_SYSTEM_WINDOW+18,
TYPE_NAVIGATION_BAR = FIRST_SYSTEM_WINDOW+19,
+ TYPE_VOLUME_OVERLAY = FIRST_SYSTEM_WINDOW+20,
+ TYPE_BOOT_PROGRESS = FIRST_SYSTEM_WINDOW+21,
LAST_SYSTEM_WINDOW = 2999,
};