Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
DIShellTransitions.aidl28 interface IShellTransitions { interface
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt59 import com.android.wm.shell.shared.IShellTransitions
112 iShellTransitions: IShellTransitions,
1313 private val iShellTransitions: IShellTransitions? = null,
1326 fun fromIShellTransitions(iShellTransitions: IShellTransitions): TransitionRegister { in fromIShellTransitions()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java91 import com.android.wm.shell.shared.IShellTransitions;
1555 private static class IShellTransitionsImpl extends IShellTransitions.Stub