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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java53 private static final int MSG_SET_VISIBILITY = 6 << MSG_SHIFT; field in class:CommandQueue
149 mHandler.removeMessages(MSG_SET_VISIBILITY);
150 mHandler.obtainMessage(MSG_SET_VISIBILITY, OP_EXPAND, 0, null).sendToTarget();
156 mHandler.removeMessages(MSG_SET_VISIBILITY);
157 mHandler.obtainMessage(MSG_SET_VISIBILITY, OP_COLLAPSE, 0, null).sendToTarget();
246 case MSG_SET_VISIBILITY:

Completed in 23 milliseconds