Searched refs:SystemWindows (Results 1 – 11 of 11) sorted by relevance
33 import com.android.wm.shell.common.SystemWindows;65 private final SystemWindows mSystemWindows;85 SystemWindows systemWindows) { in TvSplitScreenController()
41 import com.android.wm.shell.common.SystemWindows;57 private final SystemWindows mSystemWindows;67 SystemWindows systemWindows, Handler mainHandler) { in TvSplitMenuController()
30 import com.android.wm.shell.common.SystemWindows;56 SystemWindows systemWindows) { in TvStageCoordinator()
31 import com.android.wm.shell.common.SystemWindows;94 SystemWindows systemWindows) { in provideSplitScreenController()
53 import com.android.wm.shell.common.SystemWindows;260 static SystemWindows provideSystemWindows(DisplayController displayController, in provideSystemWindows()262 return new SystemWindows(displayController, wmService); in provideSystemWindows()
36 import com.android.wm.shell.common.SystemWindows;51 private SystemWindows mMockSystemWindows;
40 import com.android.wm.shell.common.SystemWindows;124 private final SystemWindows mSystemWindows;147 PipMediaController mediaController, SystemWindows systemWindows, in PhonePipMenuController()
42 import com.android.wm.shell.common.SystemWindows;56 private final SystemWindows mSystemWindows;97 SystemWindows systemWindows, Handler mainHandler) { in TvPipMenuController()
29 import com.android.wm.shell.common.SystemWindows;126 SystemWindows systemWindows, in providesPipPhoneMenuController()
28 import com.android.wm.shell.common.SystemWindows;180 SystemWindows systemWindows, in providesTvPipMenuController()
61 public class SystemWindows { class88 public SystemWindows(DisplayController displayController, IWindowManager wmService) { in SystemWindows() method in SystemWindows