Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java91 private static final int MSG_APP_TRANSITION_CANCELLED = 20 << MSG_SHIFT; field in CommandQueue
603 mHandler.obtainMessage(MSG_APP_TRANSITION_CANCELLED, displayId, 0 /* unused */) in appTransitionCancelled()
946 case MSG_APP_TRANSITION_CANCELLED: in handleMessage()