Searched refs:iShellTransitions (Results 1 – 1 of 1) sorted by relevance
112 iShellTransitions: IShellTransitions,118 TransitionRegister.fromIShellTransitions(iShellTransitions),1313 private val iShellTransitions: IShellTransitions? = null, constant in TransitionRegister1316 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()