Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java315 default void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { } in setRecentsAttachedToAppWindow() method
360 setRecentsAttachedToAppWindow(mIsAttachedToWindow, false); in createActivityInterface()
370 public void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { in setRecentsAttachedToAppWindow() method in BaseActivityInterface.DefaultAnimationFactory
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java85 factory.setRecentsAttachedToAppWindow(true, false); in onActivityReady()
DBaseSwipeUpHandlerV2.java492 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate); in maybeUpdateRecentsAttachedState()