Home
last modified time | relevance | path

Searched refs:rootLeash (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java237 private void buildFinishTransaction(SurfaceControl.Transaction t, SurfaceControl rootLeash) { in buildFinishTransaction() argument
262 if (rootLeash.isValid()) { in buildFinishTransaction()
263 t.reparent(rootLeash, null); in buildFinishTransaction()
761 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionInfo() local
764 t.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionInfo()
767 out.setRootLeash(rootLeash, ancestor.getBounds().left, ancestor.getBounds().top); in calculateTransitionInfo()
DDisplayContent.java1187 SurfaceControl rootLeash = root.getSurfaceControl(); in addShellRoot() local
1188 if (rootLeash == null) { in addShellRoot()
1194 SurfaceControl out = new SurfaceControl(rootLeash, "DisplayContent.addShellRoot"); in addShellRoot()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationAdapterCompat.java144 void cleanUp(SurfaceControl rootLeash) {
148 t.reparent(mRotateChildren.get(i), rootLeash);