Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java107 @WindowManager.ShellRootLayer int shellRootLayer) { in addView() argument
113 pd.addView(view, attrs, shellRootLayer); in addView()
141 @WindowManager.ShellRootLayer int shellRootLayer, View view) { in setShellRootAccessibilityWindow() argument
146 pd.setShellRootAccessibilityWindow(shellRootLayer, view); in setShellRootAccessibilityWindow()
218 @WindowManager.ShellRootLayer int shellRootLayer) { in addView() argument
219 SysUiWindowManager wwm = addRoot(shellRootLayer); in addView()
230 setShellRootAccessibilityWindow(shellRootLayer, view); in addView()
234 SysUiWindowManager wwm = mWwms.get(shellRootLayer); in addRoot()
250 mWwms.put(shellRootLayer, wwm); in addRoot()
264 SysUiWindowManager wwm = mWwms.get(shellRootLayer); in setShellRootAccessibilityWindow()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DShellRoot.java55 @WindowManager.ShellRootLayer final int shellRootLayer) { in ShellRoot() argument
57 mShellRootLayer = shellRootLayer; in ShellRoot()
58 mDeathRecipient = () -> mDisplayContent.removeShellRoot(shellRootLayer); in ShellRoot()
62 Slog.e(TAG, "Unable to add shell root layer " + shellRootLayer + " on display " in ShellRoot()
67 switch (shellRootLayer) { in ShellRoot()
75 throw new IllegalArgumentException(shellRootLayer in ShellRoot()
H A DDisplayContent.java1447 @WindowManager.ShellRootLayer int shellRootLayer) { in addShellRoot() argument
1448 ShellRoot root = mShellRoots.get(shellRootLayer); in addShellRoot()
1454 mShellRoots.remove(shellRootLayer); in addShellRoot()
1456 root = new ShellRoot(client, this, shellRootLayer); in addShellRoot()
1463 mShellRoots.put(shellRootLayer, root); in addShellRoot()
H A DWindowManagerService.java4438 @WindowManager.ShellRootLayer int shellRootLayer) { in addShellRoot() argument
4450 return dc.addShellRoot(client, shellRootLayer); in addShellRoot()
4459 @WindowManager.ShellRootLayer int shellRootLayer, IWindow target) { in setShellRootAccessibilityWindow() argument
4471 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl162 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() argument
170 void setShellRootAccessibilityWindow(int displayId, int shellRootLayer, IWindow target); in setShellRootAccessibilityWindow() argument