Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java394 final TransitionInfo.Change[] splitRoots = new TransitionInfo.Change[2]; in composeRecentsSplitLaunchAnimator() local
410 splitRoots[taskId == initalTask.key.id ? 0 : 1] = in composeRecentsSplitLaunchAnimator()
417 t.show(splitRoots[i].getLeash()); in composeRecentsSplitLaunchAnimator()
418 t.setAlpha(splitRoots[i].getLeash(), 1.f); in composeRecentsSplitLaunchAnimator()