Searched defs:sendCloseSystemWindows (Results 1 - 5 of 5) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java320 static void sendCloseSystemWindows(Context context, String reason) { method in class:RecentsPanelView
330 sendCloseSystemWindows(mContext, BaseStatusBar.SYSTEM_DIALOG_REASON_RECENT_APPS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java459 static void sendCloseSystemWindows(Context context, String reason) { method in class:BaseStatusBar
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java123 sendCloseSystemWindows();
141 sendCloseSystemWindows();
166 sendCloseSystemWindows();
247 sendCloseSystemWindows();
286 void sendCloseSystemWindows() { method in class:PhoneFallbackEventHandler
287 PhoneWindowManager.sendCloseSystemWindows(mContext, null);
H A DPhoneWindow.java3213 sendCloseSystemWindows("search");
3654 void sendCloseSystemWindows() { method in class:PhoneWindow
3655 PhoneWindowManager.sendCloseSystemWindows(getContext(), null);
3658 void sendCloseSystemWindows(String reason) { method in class:PhoneWindow
3659 PhoneWindowManager.sendCloseSystemWindows(getContext(), reason);
H A DPhoneWindowManager.java729 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
736 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
780 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_RECENT_APPS);
2172 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
2191 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
2230 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
2241 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
3936 void sendCloseSystemWindows() { method in class:PhoneWindowManager
3937 sendCloseSystemWindows(mContext, null);
3940 void sendCloseSystemWindows(Strin method in class:PhoneWindowManager
3944 static void sendCloseSystemWindows(Context context, String reason) { method in class:PhoneWindowManager
[all...]

Completed in 88 milliseconds