Searched refs:pipLeash (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipMenuController.java | 86 default void resizePipMenu(@Nullable SurfaceControl pipLeash, in resizePipMenu() argument 94 default void movePipMenu(@Nullable SurfaceControl pipLeash, in movePipMenu() argument
|
H A D | PipTransition.java | 570 final SurfaceControl pipLeash; in startExitAnimation() local 576 pipLeash = new SurfaceControl.Builder() in startExitAnimation() 582 startTransaction.reparent(activitySurface, pipLeash); in startExitAnimation() 587 pipLeash = pipChange.getLeash(); in startExitAnimation() 588 startTransaction.reparent(pipLeash, root.getLeash()); in startExitAnimation() 590 startTransaction.setLayer(pipLeash, Integer.MAX_VALUE); in startExitAnimation() 595 startTransaction.setPosition(pipLeash, currentBounds.left, currentBounds.top); in startExitAnimation() 623 finishTransaction.remove(pipLeash); in startExitAnimation() 674 pipLeash, endBounds, endBounds, new Rect(), degree, x, y, in startExitAnimation() 679 startExpandAnimation(taskInfo, pipLeash, currentBounds, currentBounds, destinationBounds, in startExitAnimation()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PhonePipMenuController.java | 349 public void movePipMenu(@Nullable SurfaceControl pipLeash, in movePipMenu() argument 361 if (pipLeash != null && t != null) { in movePipMenu() 370 public void resizePipMenu(@Nullable SurfaceControl pipLeash, in resizePipMenu() argument 382 if (pipLeash != null && t != null) { in resizePipMenu()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
H A D | TvPipMenuController.java | 277 public void resizePipMenu(@Nullable SurfaceControl pipLeash, in resizePipMenu() argument 314 public void movePipMenu(SurfaceControl pipLeash, SurfaceControl.Transaction pipTx, in movePipMenu() argument
|