Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java70 private static final int MSG_APP_TRANSITION_STARTING = 21 << MSG_SHIFT; field in CommandQueue
398 mHandler.obtainMessage(MSG_APP_TRANSITION_STARTING, forced ? 1 : 0, 0, in appTransitionStarting()
678 case MSG_APP_TRANSITION_STARTING: in handleMessage()