Searched refs:leashReference (Results 1 – 1 of 1) sorted by relevance
2718 WindowContainer leashReference = wc; in calculateTransitionRoots() local2723 while (leashReference.getParent() != ancestor) { in calculateTransitionRoots()2724 leashReference = leashReference.getParent(); in calculateTransitionRoots()2727 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionRoots()2728 "Transition Root: " + leashReference.getName()) in calculateTransitionRoots()2734 startT.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionRoots()