Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java79 private IShellTransitions mShellTransitions; field in SystemUiProxy
166 mShellTransitions = shellTransitions; in setProxy()
677 if (mShellTransitions != null) { in registerRemoteTransition()
679 mShellTransitions.registerRemote(remoteTransition.getFilter(), in registerRemoteTransition()
691 if (mShellTransitions != null) { in unregisterRemoteTransition()
693 mShellTransitions.unregisterRemote(remoteTransition.getTransition()); in unregisterRemoteTransition()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java121 private final ShellTransitions mShellTransitions; field in KeyguardService
235 mShellTransitions = shellTransitions;
266 if (mShellTransitions == null || !Transitions.ENABLE_SHELL_TRANSITIONS) {
273 mShellTransitions.registerRemote(f,
293 mShellTransitions.registerRemote(f,
314 mShellTransitions.registerRemote(f,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java162 private final ShellTransitions mShellTransitions; field in OverviewProxyService
494 mShellTransitions.createExternalInterface().asBinder());
587 mShellTransitions = shellTransitions; in OverviewProxyService()