Searched refs:shellRootLayer (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SystemWindows.java | 108 @WindowManager.ShellRootLayer int shellRootLayer) { in addView() argument 114 pd.addView(view, attrs, shellRootLayer); in addView() 142 @WindowManager.ShellRootLayer int shellRootLayer, View view) { in setShellRootAccessibilityWindow() argument 147 pd.setShellRootAccessibilityWindow(shellRootLayer, view); in setShellRootAccessibilityWindow() 219 @WindowManager.ShellRootLayer int shellRootLayer) { in addView() argument 220 SysUiWindowManager wwm = addRoot(shellRootLayer); in addView() 231 setShellRootAccessibilityWindow(shellRootLayer, view); in addView() 234 SysUiWindowManager addRoot(@WindowManager.ShellRootLayer int shellRootLayer) { in addRoot() argument 235 SysUiWindowManager wwm = mWwms.get(shellRootLayer); in addRoot() 242 rootSurface = mWmService.addShellRoot(mDisplayId, win, shellRootLayer); in addRoot() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ShellRoot.java | 55 @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()
|
D | DisplayContent.java | 1438 @WindowManager.ShellRootLayer int shellRootLayer) { in addShellRoot() argument 1439 ShellRoot root = mShellRoots.get(shellRootLayer); in addShellRoot() 1445 mShellRoots.remove(shellRootLayer); in addShellRoot() 1447 root = new ShellRoot(client, this, shellRootLayer); in addShellRoot() 1454 mShellRoots.put(shellRootLayer, root); in addShellRoot()
|
D | WindowManagerService.java | 4694 @WindowManager.ShellRootLayer int shellRootLayer) { in addShellRoot() argument 4703 return dc.addShellRoot(client, shellRootLayer); in addShellRoot() 4713 @WindowManager.ShellRootLayer int shellRootLayer, IWindow target) { in setShellRootAccessibilityWindow() argument 4722 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 220 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() argument 229 void setShellRootAccessibilityWindow(int displayId, int shellRootLayer, IWindow target); in setShellRootAccessibilityWindow() argument
|