Searched refs:rootLeash (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/kidsmode/ |
D | KidsModeTaskOrganizer.java | 368 final SurfaceControl rootLeash = mLaunchRootLeash; in updateTask() local 370 t.setPosition(rootLeash, taskBounds.left, taskBounds.top); in updateTask() 371 t.setWindowCrop(rootLeash, mDisplayWidth, mDisplayHeight); in updateTask()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 121 Transaction t, TransitionInfo.Change change, SurfaceControl rootLeash, int animHint) { in ScreenRotationAnimation() argument 135 .setParent(rootLeash) in ScreenRotationAnimation() 186 .setParent(rootLeash) in ScreenRotationAnimation()
|
D | TransitionAnimationHelper.java | 209 public static void addBackgroundToTransition(@NonNull SurfaceControl rootLeash, in addBackgroundToTransition() argument 220 .setParent(rootLeash) in addBackgroundToTransition()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | RemoteTransitionAdapter.kt | 63 t.reparent(leash, info.rootLeash) in setupLeash() 117 if (change.parent == null) info.rootLeash in createLeash()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitDecorManager.java | 109 public void inflate(Context context, SurfaceControl rootLeash, Rect rootBounds) { in inflate() argument 116 mHostLeash = rootLeash; in inflate()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Transition.java | 630 private void buildFinishTransaction(SurfaceControl.Transaction t, SurfaceControl rootLeash) { in buildFinishTransaction() argument 683 if (rootLeash.isValid()) { in buildFinishTransaction() 684 t.reparent(rootLeash, null); in buildFinishTransaction() 1658 final SurfaceControl rootLeash = leashReference.makeAnimationLeash().setName( in calculateTransitionInfo() local 1660 startT.setLayer(rootLeash, leashReference.getLastLayer()); in calculateTransitionInfo() 1661 out.setRootLeash(rootLeash, ancestor.getBounds().left, ancestor.getBounds().top); in calculateTransitionInfo()
|
D | DisplayContent.java | 1371 SurfaceControl rootLeash = root.getSurfaceControl(); in addShellRoot() local 1372 if (rootLeash == null) { in addShellRoot() 1378 SurfaceControl out = new SurfaceControl(rootLeash, "DisplayContent.addShellRoot"); in addShellRoot()
|