Searched defs:MSG_CLOSE_COMPAT_MODE_PANEL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java108 public static final int MSG_CLOSE_COMPAT_MODE_PANEL = 1051; field in class:TabletStatusBar
360 MSG_CLOSE_COMPAT_MODE_PANEL, mCompatModePanel));
758 case MSG_CLOSE_COMPAT_MODE_PANEL:
1064 mHandler.removeMessages(MSG_CLOSE_COMPAT_MODE_PANEL);
1065 mHandler.sendEmptyMessage(MSG_CLOSE_COMPAT_MODE_PANEL);
1304 MSG_OPEN_COMPAT_MODE_PANEL : MSG_CLOSE_COMPAT_MODE_PANEL;

Completed in 36 milliseconds