Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java162 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in setupLeash()
221 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in createLeash()
346 public static int rootIndexFor(@NonNull TransitionInfo.Change change, in rootIndexFor() method in TransitionUtil
362 return info.getRoot(rootIndexFor(change, info)); in getRootFor()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java395 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in startAnimation()
621 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in startRotationAnimation()
H A DTransitions.java554 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in setupAnimHierarchy()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java137 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in playInternalAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
H A DRecentsTransitionHandler.java737 final int rootIdx = TransitionUtil.rootIndexFor(change, mInfo); in merge()