Searched refs:MSG_APP_TRANSITION_PENDING (Results 1 – 1 of 1) sorted by relevance
121 private static final int MSG_APP_TRANSITION_PENDING = 19 << MSG_SHIFT; field in CommandQueue881 mHandler.obtainMessage(MSG_APP_TRANSITION_PENDING, displayId, forced ? 1 : 0) in appTransitionPending()1599 case MSG_APP_TRANSITION_PENDING: in handleMessage()