Searched refs:addShellRoot (Results 1 – 4 of 4) sorted by relevance
242 rootSurface = mWmService.addShellRoot(mDisplayId, win, shellRootLayer); in addRoot()
220 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() method
4693 public SurfaceControl addShellRoot(int displayId, IWindow client, in addShellRoot() method in WindowManagerService4703 return dc.addShellRoot(client, shellRootLayer); in addShellRoot()
1437 SurfaceControl addShellRoot(@NonNull IWindow client, in addShellRoot() method in DisplayContent