Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java63 private static final int MSG_SHOW_RECENT_APPS = 13 << MSG_SHIFT; field in CommandQueue
270 mHandler.removeMessages(MSG_SHOW_RECENT_APPS); in showRecentApps()
271 mHandler.obtainMessage(MSG_SHOW_RECENT_APPS, in showRecentApps()
530 case MSG_SHOW_RECENT_APPS: in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java287 protected static final int MSG_SHOW_RECENT_APPS = 1019; field in StatusBar