Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DIPip.aidl30 interface IPip { interface
H A DPip.java36 default IPip createExternalInterface() { in createExternalInterface()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java50 import com.android.wm.shell.pip.IPip;
75 private IPip mPip;
157 public void setProxy(ISystemUiProxy proxy, IPip pip, ISplitScreen splitScreen, in setProxy()
H A DTouchInteractionService.java116 import com.android.wm.shell.pip.IPip;
164 IPip pip = IPip.Stub.asInterface(bundle.getBinder(KEY_EXTRA_SHELL_PIP)); in onInitialize()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java76 import com.android.wm.shell.pip.IPip;
774 public IPip createExternalInterface() { in createExternalInterface()
882 private static class IPipImpl extends IPip.Stub {