Searched refs:MSG_DISPATCH_SHOW_RECENTS (Results 1 – 1 of 1) sorted by relevance
709 private static final int MSG_DISPATCH_SHOW_RECENTS = 9; field in PhoneWindowManager740 case MSG_DISPATCH_SHOW_RECENTS: in handleMessage()3635 mHandler.removeMessages(MSG_DISPATCH_SHOW_RECENTS); in showRecentApps()3636 mHandler.obtainMessage(MSG_DISPATCH_SHOW_RECENTS, fromHome ? 1 : 0, 0).sendToTarget(); in showRecentApps()