Home
last modified time | relevance | path

Searched refs:MSG_COLLAPSE_PANELS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java78 private static final int MSG_COLLAPSE_PANELS = 4 << MSG_SHIFT; field in CommandQueue
433 mHandler.removeMessages(MSG_COLLAPSE_PANELS); in animateCollapsePanels()
434 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, 0, 0).sendToTarget(); in animateCollapsePanels()
440 mHandler.removeMessages(MSG_COLLAPSE_PANELS); in animateCollapsePanels()
441 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, flags, force ? 1 : 0).sendToTarget(); in animateCollapsePanels()
866 case MSG_COLLAPSE_PANELS: in handleMessage()