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.java56 boolean recentsAttachedToAppWindow) { in GestureEndTarget() argument
59 this.recentsAttachedToAppWindow = recentsAttachedToAppWindow; in GestureEndTarget()
68 public final boolean recentsAttachedToAppWindow; field in GestureState.GestureEndTarget
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java480 final boolean recentsAttachedToAppWindow; in maybeUpdateRecentsAttachedState()
482 recentsAttachedToAppWindow = mGestureState.getEndTarget().recentsAttachedToAppWindow; in maybeUpdateRecentsAttachedState()
485 recentsAttachedToAppWindow = true; in maybeUpdateRecentsAttachedState()
488 recentsAttachedToAppWindow = true; in maybeUpdateRecentsAttachedState()
490 recentsAttachedToAppWindow = mIsShelfPeeking || mIsLikelyToStartNewTask; in maybeUpdateRecentsAttachedState()
492 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate); in maybeUpdateRecentsAttachedState()