Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt112 iShellTransitions: IShellTransitions,
118 TransitionRegister.fromIShellTransitions(iShellTransitions),
1313 private val iShellTransitions: IShellTransitions? = null, constant in TransitionRegister
1316 assert((shellTransitions != null).xor(iShellTransitions != null))
1326 fun fromIShellTransitions(iShellTransitions: IShellTransitions): TransitionRegister { in fromIShellTransitions()
1327 return TransitionRegister(iShellTransitions = iShellTransitions) in fromIShellTransitions()
1337 iShellTransitions?.registerRemote(filter, remoteTransition) in register()
1343 iShellTransitions?.unregisterRemote(remoteTransition) in unregister()