Searched refs:WMShell (Results 1 – 5 of 5) sorted by relevance
44 import com.android.systemui.wmshell.WMShell;179 @ClassKey(WMShell.class)180 public abstract SystemUI bindWMShell(WMShell sysui); in bindWMShell()
44 import com.android.systemui.wmshell.WMShell;180 @ClassKey(WMShell.class)181 public abstract SystemUI bindWMShell(WMShell sysui); in bindWMShell()
65 WMShell mWMShell;89 mWMShell = new WMShell(mContext, Optional.of(mPip), Optional.of(mLegacySplitScreen), in setUp()
97 public final class WMShell extends SystemUI class99 private static final String TAG = WMShell.class.getName();139 public WMShell(Context context, in WMShell() method in WMShell
143 ### [com.android.systemui.wmshell.WMShell](/packages/SystemUI/src/com/android/systemui/wmshell/WMSh…