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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java54 private static final int MSG_COLLAPSE_PANELS = 4 << MSG_SHIFT; field in class:CommandQueue
202 mHandler.removeMessages(MSG_COLLAPSE_PANELS);
203 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, 0, 0).sendToTarget();
209 mHandler.removeMessages(MSG_COLLAPSE_PANELS);
210 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, flags, 0).sendToTarget();
467 case MSG_COLLAPSE_PANELS:

Completed in 154 milliseconds