Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java458 TransitionInfo.Change splitRoot1 = null; in composeRecentsSplitLaunchAnimator() local
479 splitRoot1 = change.getParent() == null ? change : in composeRecentsSplitLaunchAnimator()
481 openingTargets.add(splitRoot1.getLeash()); in composeRecentsSplitLaunchAnimator()
516 if (splitRoot1 != null && splitRoot1.getParent() != null) { in composeRecentsSplitLaunchAnimator()
519 t.setAlpha(transitionInfo.getChange(splitRoot1.getParent()).getLeash(), 1f); in composeRecentsSplitLaunchAnimator()