Searched refs:TvWMShellModule (Results 1 – 5 of 5) sorted by relevance
21 import com.android.wm.shell.dagger.TvWMShellModule;30 @Subcomponent(modules = {TvWMShellModule.class})
33 …- [TvWMShellModule](frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/TvWMS…
24 2) On TVs: `TvWMComponent` includes `TvWMShellModule` which includes `WMShellBaseModule`
28 import com.android.wm.shell.dagger.TvWMShellModule;
60 public class TvWMShellModule { class