Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java172 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in setupLeash() local
173 t.reparent(leash, info.getRoot(rootIdx).getLeash()); in setupLeash()
176 t.setPosition(leash, absBounds.left - info.getRoot(rootIdx).getOffset().x, in setupLeash()
177 absBounds.top - info.getRoot(rootIdx).getOffset().y); in setupLeash()
231 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in createLeash() local
237 .setParent(info.getRoot(rootIdx).getLeash()) in createLeash()
358 int rootIdx = info.findRootIndex(change.getEndDisplayId()); in rootIndexFor() local
359 if (rootIdx >= 0) return rootIdx; in rootIndexFor()
360 rootIdx = info.findRootIndex(change.getStartDisplayId()); in rootIndexFor()
361 if (rootIdx >= 0) return rootIdx; in rootIndexFor()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java398 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in startAnimation() local
400 change.getEndAbsBounds().left - info.getRoot(rootIdx).getOffset().x, in startAnimation()
401 change.getEndAbsBounds().top - info.getRoot(rootIdx).getOffset().y); in startAnimation()
687 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in startRotationAnimation() local
689 mTransactionPool, startTransaction, change, info.getRoot(rootIdx).getLeash(), in startRotationAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenTransitions.java146 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in playInternalAnimation() local
155 t.reparent(parentChange.getLeash(), info.getRoot(rootIdx).getLeash()); in playInternalAnimation()
212 t.reparent(change.getSnapshot(), info.getRoot(rootIdx).getLeash()); in playInternalAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java890 final int rootIdx = TransitionUtil.rootIndexFor(change, mInfo); in merge() local
892 t.reparent(target.leash, mInfo.getRoot(rootIdx).getLeash()); in merge()