Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java331 protected PipContentOverlay mContentOverlay; field in PipAnimationController.PipTransitionAnimator
419 return mContentOverlay == null ? null : mContentOverlay.mLeash; in getContentOverlayLeash()
441 if (mContentOverlay != null) { in reattachContentOverlay()
442 mContentOverlay.detach(tx); in reattachContentOverlay()
444 mContentOverlay = overlay; in reattachContentOverlay()
445 mContentOverlay.attach(tx, mLeash); in reattachContentOverlay()
453 mContentOverlay = null; in clearContentOverlay()
652 if (mContentOverlay != null) { in ofBounds()
653 mContentOverlay.onAnimationUpdate(tx, bounds, fraction); in ofBounds()
775 if (mContentOverlay != null) { in ofBounds()