summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Joe Onorato <joeo@google.com> 2010-11-24 10:28:20 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2010-11-24 10:28:20 -0800
commit4f5b008ff4d13e79fa87a288ba06f40446491e2b (patch)
tree9917edc4838395a4c554ad62f915731e9e7af942 /include
parentfc2265604a19357043bb85ab801e13f42d980f2f (diff)
parentad1894d8dfcb56d04e7c7e80bcaa018bf4ec203f (diff)
Merge "Allow status bar panels to be on top of the status bar."
Diffstat (limited to 'include')
-rw-r--r--include/ui/InputDispatcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui/InputDispatcher.h b/include/ui/InputDispatcher.h
index 15a3925795..d0812deb98 100644
--- a/include/ui/InputDispatcher.h
+++ b/include/ui/InputDispatcher.h
@@ -179,8 +179,10 @@ struct InputWindow {
TYPE_INPUT_METHOD = FIRST_SYSTEM_WINDOW+11,
TYPE_INPUT_METHOD_DIALOG= FIRST_SYSTEM_WINDOW+12,
TYPE_WALLPAPER = FIRST_SYSTEM_WINDOW+13,
- TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+14,
+ TYPE_STATUS_BAR_SUB_PANEL = FIRST_SYSTEM_WINDOW+14,
TYPE_SECURE_SYSTEM_OVERLAY = FIRST_SYSTEM_WINDOW+15,
+ TYPE_DRAG = FIRST_SYSTEM_WINDOW+16,
+ TYPE_STATUS_BAR_PANEL = FIRST_SYSTEM_WINDOW+17,
LAST_SYSTEM_WINDOW = 2999,
};