Home
last modified time | relevance | path

Searched refs:closeSystemWindows (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DActivityManagerWrapper.java384 public Future<?> closeSystemWindows(final String reason) { in closeSystemWindows() method in ActivityManagerWrapper
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java246 ActivityManagerWrapper.getInstance().closeSystemWindows(SYSTEM_DIALOG_REASON_RECENT_APPS); in showRecentApps()
DRecentsActivity.java285 ActivityManagerWrapper.getInstance().closeSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY); in dismissRecentsToHome()
DRecentsImpl.java486 ActivityManagerWrapper.getInstance().closeSystemWindows( in toggleRecents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java918 ActivityManagerWrapper.getInstance().closeSystemWindows( in onReceive()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java1015 ActivityManagerWrapper.getInstance().closeSystemWindows(SYSTEM_DIALOG_REASON_RECENT_APPS);