Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java372 final TransitionInfo.Change[] splitRoots = new TransitionInfo.Change[2]; in composeRecentsSplitLaunchAnimator() local
388 splitRoots[taskId == initialView.getTask().key.id ? 0 : 1] = in composeRecentsSplitLaunchAnimator()
395 t.show(splitRoots[i].getLeash()); in composeRecentsSplitLaunchAnimator()
396 t.setAlpha(splitRoots[i].getLeash(), 1.f); in composeRecentsSplitLaunchAnimator()