Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIBinder.java44 import com.android.systemui.wmshell.WMShell;
179 @ClassKey(WMShell.class)
180 public abstract SystemUI bindWMShell(WMShell sysui); in bindWMShell()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIBinder.java44 import com.android.systemui.wmshell.WMShell;
180 @ClassKey(WMShell.class)
181 public abstract SystemUI bindWMShell(WMShell sysui); in bindWMShell()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DWMShellTest.java65 WMShell mWMShell;
89 mWMShell = new WMShell(mContext, Optional.of(mPip), Optional.of(mLegacySplitScreen), in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java97 public final class WMShell extends SystemUI class
99 private static final String TAG = WMShell.class.getName();
139 public WMShell(Context context, in WMShell() method in WMShell
/aosp12/frameworks/base/packages/SystemUI/
H A DREADME.md143 ### [com.android.systemui.wmshell.WMShell](/packages/SystemUI/src/com/android/systemui/wmshell/WMSh…