Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java420 default void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { } in setRecentsAttachedToAppWindow() method
484 setRecentsAttachedToAppWindow(mIsAttachedToWindow, false); in createActivityInterface()
489 public void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { in setRecentsAttachedToAppWindow() method in BaseActivityInterface.DefaultAnimationFactory
H A DAbsSwipeUpHandler.java664 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate);