Searched refs:MSG_COLLAPSE_PANELS (Results 1 – 1 of 1) sorted by relevance
109 private static final int MSG_COLLAPSE_PANELS = 4 << MSG_SHIFT; field in CommandQueue711 mHandler.removeMessages(MSG_COLLAPSE_PANELS); in animateCollapsePanels()712 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, 0, 0).sendToTarget(); in animateCollapsePanels()718 mHandler.removeMessages(MSG_COLLAPSE_PANELS); in animateCollapsePanels()719 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, flags, force ? 1 : 0).sendToTarget(); in animateCollapsePanels()1523 case MSG_COLLAPSE_PANELS: in handleMessage()