Home
last modified time | relevance | path

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

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