Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DIShellTransitions.aidl25 interface IShellTransitions { interface
H A DShellTransitions.java34 default IShellTransitions createExternalInterface() { in createExternalInterface()
H A DTransitions.java682 public IShellTransitions createExternalInterface() { in createExternalInterface()
710 private static class IShellTransitionsImpl extends IShellTransitions.Stub {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java58 import com.android.wm.shell.transition.IShellTransitions;
79 private IShellTransitions mShellTransitions;
158 IOneHanded oneHanded, IShellTransitions shellTransitions, in setProxy()
H A DTouchInteractionService.java120 import com.android.wm.shell.transition.IShellTransitions;
169 IShellTransitions shellTransitions = IShellTransitions.Stub.asInterface( in onInitialize()