Home
last modified time | relevance | path

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

/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/
DTvPipModule.java64 @Module(includes = {WMShellBaseModule.class})
DWMShellModule.java120 @Module(includes = WMShellBaseModule.class)
DWMShellBaseModule.java118 public abstract class WMShellBaseModule { class