Home
last modified time | relevance | path

Searched refs:addShellRoot (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl162 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java241 rootSurface = mWmService.addShellRoot(mDisplayId, win, shellRootLayer); in addRoot()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java4437 public SurfaceControl addShellRoot(int displayId, IWindow client, in addShellRoot() method in WindowManagerService
4450 return dc.addShellRoot(client, shellRootLayer); in addShellRoot()
H A DDisplayContent.java1446 SurfaceControl addShellRoot(@NonNull IWindow client, in addShellRoot() method in DisplayContent