Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DWMComponent.java29 import com.android.wm.shell.dagger.WMShellModule;
58 @Subcomponent(modules = {WMShellModule.class})
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Ddagger.md29 …- [WMShellModule](frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/WMShell…
H A Dsysui.md22 1) On phones: `WMComponent` includes `WMShellModule` which includes `WMShellBaseModule`
H A Dchanges.md26 - or `WMShellModule`, `TvWmShellModule`, etc. for product specific components that no base
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellModule.java114 public abstract class WMShellModule { class