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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java124 sendCloseSystemWindows();
142 sendCloseSystemWindows();
167 sendCloseSystemWindows();
249 sendCloseSystemWindows();
288 void sendCloseSystemWindows() { method in class:PhoneFallbackEventHandler
289 PhoneWindowManager.sendCloseSystemWindows(mContext, null);
H A DPhoneWindow.java3388 sendCloseSystemWindows("search");
3829 void sendCloseSystemWindows() { method in class:PhoneWindow
3830 PhoneWindowManager.sendCloseSystemWindows(getContext(), null);
3833 void sendCloseSystemWindows(String reason) { method in class:PhoneWindow
3834 PhoneWindowManager.sendCloseSystemWindows(getContext(), reason);
H A DPhoneWindowManager.java736 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
743 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
2373 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
2392 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_ASSIST);
2446 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_RECENT_APPS);
2476 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
2487 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_HOME_KEY);
4397 void sendCloseSystemWindows() { method in class:PhoneWindowManager
4398 sendCloseSystemWindows(mContext, null);
4401 void sendCloseSystemWindows(Strin method in class:PhoneWindowManager
4405 static void sendCloseSystemWindows(Context context, String reason) { method in class:PhoneWindowManager
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java323 static void sendCloseSystemWindows(Context context, String reason) { method in class:RecentsPanelView
333 sendCloseSystemWindows(mContext, BaseStatusBar.SYSTEM_DIALOG_REASON_RECENT_APPS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java496 static void sendCloseSystemWindows(Context context, String reason) { method in class:BaseStatusBar

Completed in 171 milliseconds