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.java89 boolean recentsAttachedToAppWindow) { in GestureEndTarget() argument
92 this.recentsAttachedToAppWindow = recentsAttachedToAppWindow; in GestureEndTarget()
101 public final boolean recentsAttachedToAppWindow; field in GestureState.GestureEndTarget
DAbsSwipeUpHandler.java758 final boolean recentsAttachedToAppWindow;
760 recentsAttachedToAppWindow = false;
762 recentsAttachedToAppWindow = mGestureState.getEndTarget().recentsAttachedToAppWindow;
765 recentsAttachedToAppWindow = true;
768 recentsAttachedToAppWindow = true;
770 recentsAttachedToAppWindow = mHasMotionEverBeenPaused || mIsLikelyToStartNewTask;
773 && recentsAttachedToAppWindow) {
778 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate);