Searched refs:MSG_COLLAPSE_PANELS (Results 1 – 1 of 1) sorted by relevance
56 private static final int MSG_COLLAPSE_PANELS = 4 << MSG_SHIFT; field in CommandQueue231 mHandler.removeMessages(MSG_COLLAPSE_PANELS); in animateCollapsePanels()232 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, 0, 0).sendToTarget(); in animateCollapsePanels()238 mHandler.removeMessages(MSG_COLLAPSE_PANELS); in animateCollapsePanels()239 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, flags, 0).sendToTarget(); in animateCollapsePanels()589 case MSG_COLLAPSE_PANELS: in handleMessage()