Home
last modified time | relevance | path

Searched refs:WMShell (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Doverview.md7 The primary motivation for the WindowManager Shell (WMShell) library is to effectively scale
12 presentation of surfaces (WMShell) and provides a minimal interface boundary for the two to
17 Currently, the WMShell library is used to drive the windowing experience on handheld
22 The core WMShell library code is currently located in the [frameworks/base/libs/WindowManager/Shell…
43 Or preferably, if you are making WMShell/SysUI only changes (no other framework changes), then
H A Ddebugging.md50 file and ensure it is updated as a part of `WMShell#writeToProto`.
62 WMShell SysUI service:
65 adb shell dumpsys activity service SystemUIService WMShell
69 - Update `WMShell` if you are dumping SysUI state
H A Dsysui.md28 4) `WMShell` is the SystemUI “service” (in the SysUI scope) that initializes with the app after the
78 adb shell dumpsys activity service SystemUIService WMShell
81 adb shell dumpsys activity service SystemUIService WMShell help
82 adb shell dumpsys activity service SystemUIService WMShell <cmd> <args> ...
H A DREADME.md3 The following docs present more detail about the implementation of the WMShell library (in no
H A Dchanges.md14 If the new component is used only within the WMShell library, then there are no special
72 - On the SysUI side, update `WMShell` to setup any bindings for the component that depend on
H A Dthreading.md13 FeatureController <-> FeatureInterface <--|--> WMShell <-> SysUI
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTVSystemUICoreStartableModule.kt40 import com.android.systemui.wmshell.WMShell
169 @ClassKey(WMShell::class)
170 abstract fun bindWMShell(sysui: WMShell): CoreStartable
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DWMShellTest.java65 WMShell mWMShell;
87 mWMShell = new WMShell( in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUICoreStartableModule.kt67 import com.android.systemui.wmshell.WMShell
255 @ClassKey(WMShell::class)
256 abstract fun bindWMShell(sysui: WMShell): CoreStartable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java91 public final class WMShell implements class
94 private static final String TAG = WMShell.class.getName();
168 public WMShell( in WMShell() method in WMShell
/aosp14/frameworks/base/packages/SystemUI/
H A DREADME.md163 ### [com.android.systemui.wmshell.WMShell](/packages/SystemUI/src/com/android/systemui/wmshell/WMSh…
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddagger.md27 * `@WMShell` - WindowManager related code in the SystemUI process. We don't