Home
last modified time | relevance | path

Searched refs:MSG_SHIFT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java69 private static final int MSG_SHIFT = 16; field in CommandQueue
70 private static final int MSG_MASK = 0xffff << MSG_SHIFT;
75 private static final int MSG_ICON = 1 << MSG_SHIFT;
76 private static final int MSG_DISABLE = 2 << MSG_SHIFT;
77 private static final int MSG_EXPAND_NOTIFICATIONS = 3 << MSG_SHIFT;
78 private static final int MSG_COLLAPSE_PANELS = 4 << MSG_SHIFT;
79 private static final int MSG_EXPAND_SETTINGS = 5 << MSG_SHIFT;
80 private static final int MSG_SET_SYSTEMUI_VISIBILITY = 6 << MSG_SHIFT;
81 private static final int MSG_DISPLAY_READY = 7 << MSG_SHIFT;
82 private static final int MSG_SHOW_IME_BUTTON = 8 << MSG_SHIFT;
[all …]