Searched refs:mShellTransitions (Results 1 – 1 of 1) sorted by relevance
130 private IShellTransitions mShellTransitions; field in SystemUiProxy265 mShellTransitions = shellTransitions; in setProxy()279 mHomeVisibilityState.init(mShellTransitions); in setProxy()1155 if (mShellTransitions != null) { in registerRemoteTransition()1157 mShellTransitions.registerRemote(filter, remoteTransition); in registerRemoteTransition()1168 if (mShellTransitions != null) { in unregisterRemoteTransition()1170 mShellTransitions.unregisterRemote(remoteTransition); in unregisterRemoteTransition()1190 IShellTransitions shellTransitions = mShellTransitions; in getHomeTaskOverlayContainer()1193 return mShellTransitions.getHomeTaskOverlayContainer(); in getHomeTaskOverlayContainer()1227 if (mShellTransitions == null) { in setupTransactionQueue()[all …]