Searched refs:findRootIndex (Results 1 – 4 of 4) sorted by relevance
358 int rootIdx = info.findRootIndex(change.getEndDisplayId()); in rootIndexFor()360 rootIdx = info.findRootIndex(change.getStartDisplayId()); in rootIndexFor()
326 public int findRootIndex(int displayId) { in findRootIndex() method in TransitionInfo
620 info.getRoot(info.findRootIndex(mDisplayContent.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()622 info.getRoot(info.findRootIndex(otherDisplay.getDisplayId())).getDisplayId()); in testCreateInfo_MultiDisplay()
2711 if (outInfo.findRootIndex(endDisplayId) >= 0) continue; in calculateTransitionRoots()