Searched refs:sendCloseSystemWindows (Results 1 - 5 of 5) sorted by relevance

/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 DPhoneWindowManager.java727 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
734 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
778 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_RECENT_APPS);
2170 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
2189 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
2228 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
2239 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
3917 void sendCloseSystemWindows() { method in class:PhoneWindowManager
3918 sendCloseSystemWindows(mContext, null);
3921 void sendCloseSystemWindows(Strin method in class:PhoneWindowManager
3925 static void sendCloseSystemWindows(Context context, String reason) { method in class:PhoneWindowManager
[all...]
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);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java313 static void sendCloseSystemWindows(Context context, String reason) { method in class:RecentsPanelView
323 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

Completed in 934 milliseconds