Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowManager.aidl178 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java243 rootSurface = mWmService.addShellRoot(mDisplayId, win, shellRootLayer); in addRoot()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java4687 public SurfaceControl addShellRoot(int displayId, IWindow client, in addShellRoot() method in WindowManagerService
4697 return dc.addShellRoot(client, shellRootLayer); in addShellRoot()
DDisplayContent.java1461 SurfaceControl addShellRoot(@NonNull IWindow client, in addShellRoot() method in DisplayContent