Searched refs:rootLeash (Results 1 – 3 of 3) sorted by relevance
237 private void buildFinishTransaction(SurfaceControl.Transaction t, SurfaceControl rootLeash) { in buildFinishTransaction() argument262 if (rootLeash.isValid()) { in buildFinishTransaction()263 t.reparent(rootLeash, null); in buildFinishTransaction()761 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionInfo() local764 t.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionInfo()767 out.setRootLeash(rootLeash, ancestor.getBounds().left, ancestor.getBounds().top); in calculateTransitionInfo()
1187 SurfaceControl rootLeash = root.getSurfaceControl(); in addShellRoot() local1188 if (rootLeash == null) { in addShellRoot()1194 SurfaceControl out = new SurfaceControl(rootLeash, "DisplayContent.addShellRoot"); in addShellRoot()
144 void cleanUp(SurfaceControl rootLeash) {148 t.reparent(mRotateChildren.get(i), rootLeash);