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.java69 private IShellTransitions mShellTransitions; field in SystemUiProxy
139 mShellTransitions = shellTransitions; in setProxy()
617 if (mShellTransitions != null) { in registerRemoteTransition()
619 mShellTransitions.registerRemote(remoteTransition.getFilter(), in registerRemoteTransition()
628 if (mShellTransitions != null) { in unregisterRemoteTransition()
630 mShellTransitions.unregisterRemote(remoteTransition.getTransition()); in unregisterRemoteTransition()