Searched refs:MSG_MASK (Results 1 – 1 of 1) sorted by relevance
46 private static final int MSG_MASK = 0xffff << MSG_SHIFT; field in CommandQueue438 final int what = msg.what & MSG_MASK; in handleMessage()