Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DTransitionUtil.java358 int rootIdx = info.findRootIndex(change.getEndDisplayId()); in rootIndexFor()
360 rootIdx = info.findRootIndex(change.getStartDisplayId()); in rootIndexFor()
/frameworks/base/core/java/android/window/
DTransitionInfo.java326 public int findRootIndex(int displayId) { in findRootIndex() method in TransitionInfo
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java620 info.getRoot(info.findRootIndex(mDisplayContent.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()
622 info.getRoot(info.findRootIndex(otherDisplay.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java2711 if (outInfo.findRootIndex(endDisplayId) >= 0) continue; in calculateTransitionRoots()