Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java188 int containerType, boolean recentsAttachedToAppWindow) { in GestureEndTarget() argument
194 this.recentsAttachedToAppWindow = recentsAttachedToAppWindow; in GestureEndTarget()
208 public final boolean recentsAttachedToAppWindow; field in WindowTransformSwipeHandler.GestureEndTarget
626 final boolean recentsAttachedToAppWindow; in maybeUpdateRecentsAttachedState()
629 recentsAttachedToAppWindow = mGestureEndTarget.recentsAttachedToAppWindow; in maybeUpdateRecentsAttachedState()
632 recentsAttachedToAppWindow = true; in maybeUpdateRecentsAttachedState()
636 recentsAttachedToAppWindow = true; in maybeUpdateRecentsAttachedState()
639 recentsAttachedToAppWindow = mIsShelfPeeking || mIsLikelyToStartNewTask; in maybeUpdateRecentsAttachedState()
651 mAnimationFactory.setRecentsAttachedToAppWindow(recentsAttachedToAppWindow, animate); in maybeUpdateRecentsAttachedState()