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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java97 public static final int MSG_CLOSE_INPUT_METHODS_PANEL = 1041; field in class:TabletStatusBar
313 MSG_CLOSE_INPUT_METHODS_PANEL, mInputMethodsPanel));
801 case MSG_CLOSE_INPUT_METHODS_PANEL:
1012 mHandler.removeMessages(MSG_CLOSE_INPUT_METHODS_PANEL);
1013 mHandler.sendEmptyMessage(MSG_CLOSE_INPUT_METHODS_PANEL);
1234 MSG_OPEN_INPUT_METHODS_PANEL : MSG_CLOSE_INPUT_METHODS_PANEL;

Completed in 25 milliseconds