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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java67 private static final int MSG_APP_TRANSITION_CANCELLED = 20 << MSG_SHIFT; field in class:CommandQueue
365 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_CANCELLED);
580 case MSG_APP_TRANSITION_CANCELLED:

Completed in 47 milliseconds