Home
last modified time | relevance | path

Searched refs:mIShellTransitions (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; field in Transitions.ShellTransitionImpl
683 if (mIShellTransitions != null) { in createExternalInterface()
684 mIShellTransitions.invalidate(); in createExternalInterface()
686 mIShellTransitions = new IShellTransitionsImpl(Transitions.this); in createExternalInterface()
687 return mIShellTransitions; in createExternalInterface()