Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java679 private IShellTransitionsImpl mIShellTransitions;
686 mIShellTransitions = new IShellTransitionsImpl(Transitions.this); in createExternalInterface()
710 private static class IShellTransitionsImpl extends IShellTransitions.Stub { class in Transitions
713 IShellTransitionsImpl(Transitions transitions) { in IShellTransitionsImpl() method in Transitions.IShellTransitionsImpl