Searched defs:MSG_MASK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java46 private static final int MSG_MASK = 0xffff << MSG_SHIFT; field in class:CommandQueue
438 final int what = msg.what & MSG_MASK;

Completed in 33 milliseconds