Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DTransitionUtil.java348 int rootIdx = info.findRootIndex(change.getEndDisplayId()); in rootIndexFor()
350 rootIdx = info.findRootIndex(change.getStartDisplayId()); in rootIndexFor()
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionInfo.java300 public int findRootIndex(int displayId) { in findRootIndex() method in TransitionInfo
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java570 info.getRoot(info.findRootIndex(mDisplayContent.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()
572 info.getRoot(info.findRootIndex(otherDisplay.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2362 if (outInfo.findRootIndex(endDisplayId) >= 0) continue; in calculateTransitionRoots()