Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java103 @NonNull WindowContainerToken topRoot) { in playAnimation() argument
123 playInternalAnimation(transition, info, startTransaction, mainRoot, sideRoot, topRoot); in playAnimation()
129 @NonNull WindowContainerToken sideRoot, @NonNull WindowContainerToken topRoot) { in playInternalAnimation() argument
155 final boolean isTopRoot = topRoot.equals(change.getContainer()); in playInternalAnimation()
222 @NonNull WindowContainerToken topRoot) { in playDragDismissAnimation() argument
244 } else if (topRoot.equals(change.getContainer())) { in playDragDismissAnimation()