Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DGestureState.java62 GestureEndTarget(boolean isLauncher, int containerType, boolean recentsAttachedToAppWindow, in GestureEndTarget() argument
66 this.recentsAttachedToAppWindow = recentsAttachedToAppWindow; in GestureEndTarget()
76 public final boolean recentsAttachedToAppWindow; field in GestureState.GestureEndTarget
DAbsSwipeUpHandler.java575 final boolean recentsAttachedToAppWindow;
577 recentsAttachedToAppWindow = mGestureState.getEndTarget().recentsAttachedToAppWindow;
580 recentsAttachedToAppWindow = true;
583 recentsAttachedToAppWindow = true;
585 recentsAttachedToAppWindow = mHasMotionEverBeenPaused || mIsLikelyToStartNewTask;
587 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate);