Searched refs:leashReference (Results 1 – 1 of 1) sorted by relevance
2369 WindowContainer leashReference = wc; in calculateTransitionRoots() local2374 while (leashReference.getParent() != ancestor) { in calculateTransitionRoots()2375 leashReference = leashReference.getParent(); in calculateTransitionRoots()2378 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionRoots()2379 "Transition Root: " + leashReference.getName()).build(); in calculateTransitionRoots()2384 startT.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionRoots()