Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java399 default void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { } in setRecentsAttachedToAppWindow() method
458 setRecentsAttachedToAppWindow(mIsAttachedToWindow, false); in createActivityInterface()
463 public void setRecentsAttachedToAppWindow(boolean attached, boolean animate) { in setRecentsAttachedToAppWindow() method in BaseActivityInterface.DefaultAnimationFactory
DAbsSwipeUpHandler.java587 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate);