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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java35 private static final int MSG_HIDE_RECENTS = 4; field in class:RecentsImplProxy
76 mHandler.sendMessage(mHandler.obtainMessage(MSG_HIDE_RECENTS, triggeredFromAltTab ? 1 :0,
135 case MSG_HIDE_RECENTS:

Completed in 46 milliseconds