Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DCounterRotator.java78 public void cleanUp(SurfaceControl rootLeash) { in cleanUp() argument
82 t.reparent(mRotateChildren.get(i), rootLeash); in cleanUp() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DOutlineManager.java75 void inflate(SurfaceControl rootLeash, Rect rootBounds) { in inflate() argument
78 mHostLeash = rootLeash; in inflate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitDecorManager.java87 public void inflate(Context context, SurfaceControl rootLeash, Rect rootBounds) { in inflate() argument
94 mHostLeash = rootLeash; in inflate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java127 Transaction t, TransitionInfo.Change change, SurfaceControl rootLeash) { in ScreenRotationAnimation() argument
143 .setParent(rootLeash) in ScreenRotationAnimation()
164 .setParent(rootLeash) in ScreenRotationAnimation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java352 private void buildFinishTransaction(SurfaceControl.Transaction t, SurfaceControl rootLeash) { in buildFinishTransaction() argument
377 if (rootLeash.isValid()) { in buildFinishTransaction()
378 t.reparent(rootLeash, null); in buildFinishTransaction()
1178 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionInfo() local
1181 t.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionInfo()
1184 out.setRootLeash(rootLeash, ancestor.getBounds().left, ancestor.getBounds().top); in calculateTransitionInfo()
H A DDisplayContent.java1273 SurfaceControl rootLeash = root.getSurfaceControl(); in addShellRoot() local
1274 if (rootLeash == null) { in addShellRoot()
1280 SurfaceControl out = new SurfaceControl(rootLeash, "DisplayContent.addShellRoot"); in addShellRoot()