Searched refs:getContentOverlayLeash (Results 1 – 3 of 3) sorted by relevance
81 if (isInPipDirection(direction) && animator.getContentOverlayLeash() != null) {82 mPipOrganizer.fadeOutAndRemoveOverlay(animator.getContentOverlayLeash(),93 if (isInPipDirection(direction) && animator.getContentOverlayLeash() != null) {94 mPipOrganizer.fadeOutAndRemoveOverlay(animator.getContentOverlayLeash(),
174 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()
417 SurfaceControl getContentOverlayLeash() { in getContentOverlayLeash() method in PipAnimationController.PipTransitionAnimator