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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 126 sendCloseSystemWindows();
149 sendCloseSystemWindows();
179 sendCloseSystemWindows();
266 sendCloseSystemWindows();
305 void sendCloseSystemWindows() {
306 PhoneWindowManager.sendCloseSystemWindows(mContext, null);
PhoneWindowManager.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 323 static void sendCloseSystemWindows(Context context, String reason) {
333 sendCloseSystemWindows(getContext(), BaseStatusBar.SYSTEM_DIALOG_REASON_RECENT_APPS);
    [all...]

Completed in 235 milliseconds