Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DIPip.aidl60 oneway void setPinnedStackAnimationListener(IPipAnimationListener listener) = 3;
H A DPip.java98 default void setPinnedStackAnimationListener(Consumer<Boolean> callback) { in setPinnedStackAnimationListener() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java173 setPinnedStackAnimationListener(mPipAnimationListener); in setProxy()
505 public void setPinnedStackAnimationListener(IPipAnimationListener listener) { in setPinnedStackAnimationListener() method in SystemUiProxy
508 mPip.setPinnedStackAnimationListener(listener); in setPinnedStackAnimationListener()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java570 private void setPinnedStackAnimationListener(PipAnimationListener callback) { in setPinnedStackAnimationListener() method in PipController
901 c -> c.setPinnedStackAnimationListener(mPipAnimationListener), in IPipImpl()
902 c -> c.setPinnedStackAnimationListener(null)); in IPipImpl()
943 public void setPinnedStackAnimationListener(IPipAnimationListener listener) { in setPinnedStackAnimationListener() method in PipController.IPipImpl
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java885 SystemUiProxy.INSTANCE.get(getContext()).setPinnedStackAnimationListener( in onAttachedToWindow()
904 SystemUiProxy.INSTANCE.get(getContext()).setPinnedStackAnimationListener(null); in onDetachedFromWindow()