Searched refs:rootIndexFor (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/ |
D | TransitionUtil.java | 172 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/ |
D | DefaultTransitionHandler.java | 398 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/ |
D | RecentsTransitionHandler.java | 498 .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/ |
D | SplitScreenTransitions.java | 146 final int rootIdx = TransitionUtil.rootIndexFor(change, info); in playInternalAnimation()
|