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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java36 private static final int MSG_TOGGLE_RECENTS = 5; field in class:RecentsImplProxy
84 mHandler.sendMessage(mHandler.obtainMessage(MSG_TOGGLE_RECENTS, args));
138 case MSG_TOGGLE_RECENTS:

Completed in 156 milliseconds