Home
last modified time | relevance | path

Searched refs:MSG_APP_TRANSITION_PENDING (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java62 private static final int MSG_APP_TRANSITION_PENDING = 19 << MSG_SHIFT; field in CommandQueue
262 mHandler.removeMessages(MSG_APP_TRANSITION_PENDING); in appTransitionPending()
263 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_PENDING); in appTransitionPending()
269 mHandler.removeMessages(MSG_APP_TRANSITION_PENDING); in appTransitionCancelled()
270 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_PENDING); in appTransitionCancelled()
378 case MSG_APP_TRANSITION_PENDING: in handleMessage()