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 | 109 @WindowManager.ShellRootLayer int shellRootLayer) { in addView() argument 115 pd.addView(view, attrs, shellRootLayer); in addView() 143 @WindowManager.ShellRootLayer int shellRootLayer, View view) { in setShellRootAccessibilityWindow() argument 148 pd.setShellRootAccessibilityWindow(shellRootLayer, view); in setShellRootAccessibilityWindow() 220 @WindowManager.ShellRootLayer int shellRootLayer) { in addView() argument 221 SysUiWindowManager wwm = addRoot(shellRootLayer); in addView() 232 setShellRootAccessibilityWindow(shellRootLayer, view); in addView() 235 SysUiWindowManager addRoot(@WindowManager.ShellRootLayer int shellRootLayer) { in addRoot() argument 236 SysUiWindowManager wwm = mWwms.get(shellRootLayer); in addRoot() 243 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 | 1462 @WindowManager.ShellRootLayer int shellRootLayer) { in addShellRoot() argument 1463 ShellRoot root = mShellRoots.get(shellRootLayer); in addShellRoot() 1469 mShellRoots.remove(shellRootLayer); in addShellRoot() 1471 root = new ShellRoot(client, this, shellRootLayer); in addShellRoot() 1478 mShellRoots.put(shellRootLayer, root); in addShellRoot()
|
D | WindowManagerService.java | 4688 @WindowManager.ShellRootLayer int shellRootLayer) { in addShellRoot() argument 4697 return dc.addShellRoot(client, shellRootLayer); in addShellRoot() 4707 @WindowManager.ShellRootLayer int shellRootLayer, IWindow target) { in setShellRootAccessibilityWindow() argument 4716 ShellRoot root = dc.mShellRoots.get(shellRootLayer); in setShellRootAccessibilityWindow()
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 178 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() argument 187 void setShellRootAccessibilityWindow(int displayId, int shellRootLayer, IWindow target); in setShellRootAccessibilityWindow() argument
|