HomeSort by relevance Sort by last modified time
    Searched refs:sendCloseSystemWindows (Results 1 - 5 of 5) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 124 sendCloseSystemWindows();
142 sendCloseSystemWindows();
167 sendCloseSystemWindows();
249 sendCloseSystemWindows();
288 void sendCloseSystemWindows() {
289 PhoneWindowManager.sendCloseSystemWindows(mContext, null);
PhoneWindowManager.java 736 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
743 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
    [all...]
PhoneWindow.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 323 static void sendCloseSystemWindows(Context context, String reason) {
333 sendCloseSystemWindows(mContext, BaseStatusBar.SYSTEM_DIALOG_REASON_RECENT_APPS);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 494 static void sendCloseSystemWindows(Context context, String reason) {
    [all...]

Completed in 93 milliseconds