Home
last modified time | relevance | path

Searched refs:setRecentsAttachedToAppWindow (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java228 setRecentsAttachedToAppWindow(mIsAttachedToWindow, false);
274 public void setRecentsAttachedToAppWindow(boolean attached, boolean animate) {
DWindowTransformSwipeHandler.java651 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate); in maybeUpdateRecentsAttachedState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DActivityControlHelper.java138 default void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { } in setRecentsAttachedToAppWindow() method