Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransitionController.java81 if (isInPipDirection(direction) && animator.getContentOverlayLeash() != null) {
82 mPipOrganizer.fadeOutAndRemoveOverlay(animator.getContentOverlayLeash(),
93 if (isInPipDirection(direction) && animator.getContentOverlayLeash() != null) {
94 mPipOrganizer.fadeOutAndRemoveOverlay(animator.getContentOverlayLeash(),
H A DPipTaskOrganizer.java174 if (isInPipDirection(direction) && animator.getContentOverlayLeash() != null) {
175 fadeOutAndRemoveOverlay(animator.getContentOverlayLeash(),
215 if (isInPipDirection(direction) && animator.getContentOverlayLeash() != null) {
216 fadeOutAndRemoveOverlay(animator.getContentOverlayLeash(),
1900 if (animator.getContentOverlayLeash() != null) { in cancelCurrentAnimator()
1901 removeContentOverlay(animator.getContentOverlayLeash(), in cancelCurrentAnimator()
H A DPipAnimationController.java417 SurfaceControl getContentOverlayLeash() { in getContentOverlayLeash() method in PipAnimationController.PipTransitionAnimator