Searched refs:findRootIndex (Results 1 – 4 of 4) sorted by relevance
348 int rootIdx = info.findRootIndex(change.getEndDisplayId()); in rootIndexFor()350 rootIdx = info.findRootIndex(change.getStartDisplayId()); in rootIndexFor()
300 public int findRootIndex(int displayId) { in findRootIndex() method in TransitionInfo
570 info.getRoot(info.findRootIndex(mDisplayContent.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()572 info.getRoot(info.findRootIndex(otherDisplay.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()
2362 if (outInfo.findRootIndex(endDisplayId) >= 0) continue; in calculateTransitionRoots()