Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt97 shellTransitions: ShellTransitions,
103 TransitionRegister.fromShellTransitions(shellTransitions),
1312 private val shellTransitions: ShellTransitions? = null, constant in TransitionRegister
1316 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java331 ShellTransitions shellTransitions, in KeyguardService() argument
349 mShellTransitions = shellTransitions; in KeyguardService()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2208 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()