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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java104 public static final int MSG_HIDE_CHROME = 1031; field in class:TabletStatusBar
769 case MSG_HIDE_CHROME:
1102 mHandler.removeMessages(MSG_HIDE_CHROME);
1105 ? MSG_SHOW_CHROME : MSG_HIDE_CHROME);

Completed in 67 milliseconds