Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java231 ShellTransitions shellTransitions) {
235 mShellTransitions = shellTransitions;
237 if (shellTransitions != null && Transitions.ENABLE_SHELL_TRANSITIONS) {
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java158 IOneHanded oneHanded, IShellTransitions shellTransitions, in setProxy() argument
166 mShellTransitions = shellTransitions; in setProxy()
H A DTouchInteractionService.java169 IShellTransitions shellTransitions = IShellTransitions.Stub.asInterface( in onInitialize() local
180 splitscreen, onehanded, shellTransitions, startingWindow, recentTasks, in onInitialize()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java564 ShellTransitions shellTransitions, in OverviewProxyService() argument
587 mShellTransitions = shellTransitions; in OverviewProxyService()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1952 final boolean shellTransitions = mTransitionController.getTransitionPlayer() != null; in applyRotation()
1954 mDisplayRotation.isRotatingSeamlessly() && !shellTransitions; in applyRotation()
1956 shellTransitions ? getSyncTransaction() : getPendingTransaction(); in applyRotation()
1972 if (!shellTransitions) { in applyRotation()