Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java304 ShellTransitions shellTransitions, in KeyguardService() argument
317 mShellTransitions = shellTransitions; in KeyguardService()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2176 final boolean shellTransitions = mTransitionController.getTransitionPlayer() != null; in applyRotation()
2178 mDisplayRotation.isRotatingSeamlessly() && !shellTransitions; in applyRotation()
2180 shellTransitions ? getSyncTransaction() : getPendingTransaction(); in applyRotation()
2196 if (!shellTransitions) { in applyRotation()
2212 if (shellTransitions) { in applyRotation()