Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/
DPip2Module.java24 import com.android.wm.shell.dagger.WMShellBaseModule;
37 @Module(includes = WMShellBaseModule.class)
DPip1Module.java43 import com.android.wm.shell.dagger.WMShellBaseModule;
75 WMShellBaseModule.class
DTvPipModule.java37 import com.android.wm.shell.dagger.WMShellBaseModule;
68 WMShellBaseModule.class,
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dextending.md11 - **Don't** override classes provided by WMShellBaseModule, it makes it difficult to make
Ddagger.md26 …- [WMShellBaseModule](frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/WMS…
Dsysui.md22 1) On phones: `WMComponent` includes `WMShellModule` which includes `WMShellBaseModule`
24 2) On TVs: `TvWMComponent` includes `TvWMShellModule` which includes `WMShellBaseModule`
Dchanges.md25 - `WMShellBaseModule` for components that other base & product components will depend on
69 - Explicitly add this component to the WMShellBaseModule @ShellCreateTrigger provider or
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DWMShellModule.java111 WMShellBaseModule.class,
DWMShellBaseModule.java128 public abstract class WMShellBaseModule { class