Searched defs:showRecents (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java60 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, method in class:RecentsImplProxy
129 mImpl.showRecents(args.argi1 != 0, args.argi2 != 0, args.argi3 != 0,
H A DRecentsImpl.java269 showRecents(mTriggeredFromAltTab, false /* draggingInRecents */, true /* animate */,
354 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, method in class:RecentsImpl
372 // showRecents() call, then ignore that call for now.
373 // TODO: We can not handle quick tabs that happen between the initial showRecents() call
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java515 setWindowingMode(windowingMode, false /* animate */, false /* showRecents */,
519 void setWindowingMode(int preferredWindowingMode, boolean animate, boolean showRecents, argument
557 false /* animate */, false /* showRecents */,
627 if (showRecents && !alreadyInSplitScreenMode && mDisplayId == DEFAULT_DISPLAY
H A DActivityManagerService.java11254 toTop, ANIMATE, null /* initialBounds */, true /* showRecents */);
11300 * @param showRecents If the recents activity should be shown on the other side of the task
11305 boolean animate, Rect initialBounds, boolean showRecents) {
11330 stack.setWindowingMode(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY, animate, showRecents,
11304 setTaskWindowingModeSplitScreenPrimary(int taskId, int createMode, boolean toTop, boolean animate, Rect initialBounds, boolean showRecents) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java2032 * @param showRecents If the recents activity should be shown on the other side of the task
2039 boolean animate, Rect initialBounds, boolean showRecents) throws SecurityException {
2042 initialBounds, showRecents);
2038 setTaskWindowingModeSplitScreenPrimary(int taskId, int createMode, boolean toTop, boolean animate, Rect initialBounds, boolean showRecents) argument

Completed in 994 milliseconds