Searched defs:MSG_SHOW_RECENTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java34 private static final int MSG_SHOW_RECENTS = 3; field in class:RecentsImplProxy
70 mHandler.sendMessage(mHandler.obtainMessage(MSG_SHOW_RECENTS, args));
130 case MSG_SHOW_RECENTS:

Completed in 225 milliseconds