Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt705 var rootCandidate: Change? = null in <lambda>() variable
723 rootCandidate = change in <lambda>()
730 check(rootCandidate != null) { "Could not find a split root candidate" } in <lambda>()
735 if (dp.isLeftRightSplit) rootCandidate.endAbsBounds.right in <lambda>()
736 else rootCandidate.endAbsBounds.bottom in <lambda>()
739 var parentToken: WindowContainerToken? = rootCandidate.parent in <lambda>()
741 rootCandidate = transitionInfo.getChange(parentToken) ?: break in <lambda>()
742 parentToken = rootCandidate.parent in <lambda>()
746 check(rootCandidate != null) { "Failed to find a root leash" } in <lambda>()
766 getIconLaunchValueAnimator(t, dp, finishCallback, launcher, floatingView, rootCandidate) in <lambda>()
[all …]