Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java90 private IPipAnimationListener mPipAnimationListener; field in SystemUiProxy
172 if (mPipAnimationListener != null && mPip != null) { in setProxy()
173 setPinnedStackAnimationListener(mPipAnimationListener); in setProxy()
513 mPipAnimationListener = listener; in setPinnedStackAnimationListener()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java886 private final PipAnimationListener mPipAnimationListener = new PipAnimationListener() { field in PipController.IPipImpl
901 c -> c.setPinnedStackAnimationListener(mPipAnimationListener), in IPipImpl()