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 123 sendCloseSystemWindows();
141 sendCloseSystemWindows();
166 sendCloseSystemWindows();
247 sendCloseSystemWindows();
286 void sendCloseSystemWindows() {
287 PhoneWindowManager.sendCloseSystemWindows(mContext, null);
PhoneWindowManager.java 727 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS);
734 sendCloseSystemWindows(SYSTEM_DIALOG_REASON_GLOBAL_ACTIONS)
    [all...]
PhoneWindow.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 313 static void sendCloseSystemWindows(Context context, String reason) {
323 sendCloseSystemWindows(mContext, BaseStatusBar.SYSTEM_DIALOG_REASON_RECENT_APPS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 459 static void sendCloseSystemWindows(Context context, String reason) {
    [all...]

Completed in 52 milliseconds