Searched refs:addShellRoot (Results 1 – 4 of 4) sorted by relevance
178 SurfaceControl addShellRoot(int displayId, IWindow client, int shellRootLayer); in addShellRoot() method
243 rootSurface = mWmService.addShellRoot(mDisplayId, win, shellRootLayer); in addRoot()
4687 public SurfaceControl addShellRoot(int displayId, IWindow client, in addShellRoot() method in WindowManagerService4697 return dc.addShellRoot(client, shellRootLayer); in addShellRoot()
1461 SurfaceControl addShellRoot(@NonNull IWindow client, in addShellRoot() method in DisplayContent