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 125 sendCloseSystemWindows();
143 sendCloseSystemWindows();
168 sendCloseSystemWindows();
246 sendCloseSystemWindows();
285 void sendCloseSystemWindows() {
286 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 71 milliseconds