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 D | CounterRotator.java | 78 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 D | OutlineManager.java | 75 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 D | SplitDecorManager.java | 87 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 D | ScreenRotationAnimation.java | 127 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 D | Transition.java | 352 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 D | DisplayContent.java | 1273 SurfaceControl rootLeash = root.getSurfaceControl(); in addShellRoot() local 1274 if (rootLeash == null) { in addShellRoot() 1280 SurfaceControl out = new SurfaceControl(rootLeash, "DisplayContent.addShellRoot"); in addShellRoot()
|