Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java125 protected static final int MSG_CLOSE_SEARCH_PANEL = 1027; field in BaseStatusBar
1042 int msg = MSG_CLOSE_SEARCH_PANEL;
1063 new TouchOutsideListener(MSG_CLOSE_SEARCH_PANEL, mSearchPanelView));
1252 case MSG_CLOSE_SEARCH_PANEL:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java2330 mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL);
2331 mHandler.sendEmptyMessage(MSG_CLOSE_SEARCH_PANEL);