Home
last modified time | relevance | path

Searched refs:rootIndexFor (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()
231 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in createLeash()
356 public static int rootIndexFor(@NonNull TransitionInfo.Change change, in rootIndexFor() method in TransitionUtil
372 return info.getRoot(rootIndexFor(change, info)); in getRootFor()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java398 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in startAnimation()
477 : info.getRoot(TransitionUtil.rootIndexFor(change, info)) in startAnimation()
687 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in startRotationAnimation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java498 .mapToInt((change) -> TransitionUtil.rootIndexFor(change, info)) in start()
890 final int rootIdx = TransitionUtil.rootIndexFor(change, mInfo); in merge()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenTransitions.java146 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in playInternalAnimation()