Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java113 private static final int MSG_SHOW_RECENT_APPS = 13 << MSG_SHIFT; field in CommandQueue
707 mHandler.removeMessages(MSG_SHOW_RECENT_APPS); in showRecentApps()
708 mHandler.obtainMessage(MSG_SHOW_RECENT_APPS, triggeredFromAltTab ? 1 : 0, 0, in showRecentApps()
1436 case MSG_SHOW_RECENT_APPS: in handleMessage()