Home
last modified time | relevance | path

Searched defs:showRecents (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, in showRecents() method
DRecentsImplProxy.java60 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, in showRecents() method in RecentsImplProxy
DRecentsImpl.java353 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, in showRecents() method in RecentsImpl
/frameworks/base/core/java/android/app/
DActivityTaskManager.java195 boolean animate, Rect initialBounds, boolean showRecents) throws SecurityException { in setTaskWindowingModeSplitScreenPrimary()
DIActivityTaskManager.aidl252 boolean animate, in Rect initialBounds, boolean showRecents); in setTaskWindowingModeSplitScreenPrimary()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStack.java702 void setWindowingMode(int preferredWindowingMode, boolean animate, boolean showRecents, in setWindowingMode()
710 boolean showRecents, boolean enteringSplitScreenMode, boolean deferEnsuringVisibility, in setWindowingModeInSurfaceTransaction()
DActivityTaskManagerService.java2696 boolean toTop, boolean animate, Rect initialBounds, boolean showRecents) { in setTaskWindowingModeSplitScreenPrimary()