Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java130 private IShellTransitions mShellTransitions; field in SystemUiProxy
265 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 …]