Searched refs:WMShell (Results 1 – 12 of 12) sorted by relevance
7 The primary motivation for the WindowManager Shell (WMShell) library is to effectively scale12 presentation of surfaces (WMShell) and provides a minimal interface boundary for the two to17 Currently, the WMShell library is used to drive the windowing experience on handheld22 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
50 file and ensure it is updated as a part of `WMShell#writeToProto`.62 WMShell SysUI service:65 adb shell dumpsys activity service SystemUIService WMShell69 - Update `WMShell` if you are dumping SysUI state
28 4) `WMShell` is the SystemUI “service” (in the SysUI scope) that initializes with the app after the78 adb shell dumpsys activity service SystemUIService WMShell81 adb shell dumpsys activity service SystemUIService WMShell help82 adb shell dumpsys activity service SystemUIService WMShell <cmd> <args> ...
3 The following docs present more detail about the implementation of the WMShell library (in no
14 If the new component is used only within the WMShell library, then there are no special72 - On the SysUI side, update `WMShell` to setup any bindings for the component that depend on
13 FeatureController <-> FeatureInterface <--|--> WMShell <-> SysUI
40 import com.android.systemui.wmshell.WMShell169 @ClassKey(WMShell::class)170 abstract fun bindWMShell(sysui: WMShell): CoreStartable
65 WMShell mWMShell;87 mWMShell = new WMShell( in setUp()
67 import com.android.systemui.wmshell.WMShell255 @ClassKey(WMShell::class)256 abstract fun bindWMShell(sysui: WMShell): CoreStartable
91 public final class WMShell implements class94 private static final String TAG = WMShell.class.getName();168 public WMShell( in WMShell() method in WMShell
163 ### [com.android.systemui.wmshell.WMShell](/packages/SystemUI/src/com/android/systemui/wmshell/WMSh…
27 * `@WMShell` - WindowManager related code in the SystemUI process. We don't