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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java96 protected static final int MSG_CLOSE_SEARCH_PANEL = 1025; field in class:BaseStatusBar
439 int msg = MSG_CLOSE_SEARCH_PANEL;
463 new TouchOutsideListener(MSG_CLOSE_SEARCH_PANEL, mSearchPanelView));
691 case MSG_CLOSE_SEARCH_PANEL:

Completed in 170 milliseconds