Searched refs:mShellTransitions (Results 1 – 3 of 3) sorted by relevance
79 private IShellTransitions mShellTransitions; field in SystemUiProxy166 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()
121 private final ShellTransitions mShellTransitions; field in KeyguardService235 mShellTransitions = shellTransitions;266 if (mShellTransitions == null || !Transitions.ENABLE_SHELL_TRANSITIONS) {273 mShellTransitions.registerRemote(f,293 mShellTransitions.registerRemote(f,314 mShellTransitions.registerRemote(f,
162 private final ShellTransitions mShellTransitions; field in OverviewProxyService494 mShellTransitions.createExternalInterface().asBinder());587 mShellTransitions = shellTransitions; in OverviewProxyService()