Searched refs:shellTransitions (Results 1 – 3 of 3) sorted by relevance
97 shellTransitions: ShellTransitions,103 TransitionRegister.fromShellTransitions(shellTransitions),1312 private val shellTransitions: ShellTransitions? = null, constant in TransitionRegister1316 assert((shellTransitions != null).xor(iShellTransitions != null))1321 fun fromShellTransitions(shellTransitions: ShellTransitions): TransitionRegister { in fromShellTransitions()1322 return TransitionRegister(shellTransitions = shellTransitions) in fromShellTransitions()1336 shellTransitions?.registerRemote(filter, remoteTransition) in register()1342 shellTransitions?.unregisterRemote(remoteTransition) in unregister()
331 ShellTransitions shellTransitions, in KeyguardService() argument349 mShellTransitions = shellTransitions; in KeyguardService()
2208 final boolean shellTransitions = mTransitionController.getTransitionPlayer() != null; in applyRotation()2210 mDisplayRotation.isRotatingSeamlessly() && !shellTransitions; in applyRotation()2212 shellTransitions ? getSyncTransaction() : getPendingTransaction(); in applyRotation()2228 if (!shellTransitions) { in applyRotation()2243 if (shellTransitions) { in applyRotation()