Home
last modified time | relevance | path

Searched refs:rootSurface (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java240 SurfaceControl rootSurface = null; in addRoot() local
243 rootSurface = mWmService.addShellRoot(mDisplayId, win, shellRootLayer); in addRoot()
246 if (rootSurface == null) { in addRoot()
251 wwm = new SysUiWindowManager(mDisplayId, displayContext, rootSurface, win); in addRoot()
294 public SysUiWindowManager(int displayId, Context ctx, SurfaceControl rootSurface, in SysUiWindowManager() argument
296 super(ctx.getResources().getConfiguration(), rootSurface, null /* hostInputToken */); in SysUiWindowManager() local
/frameworks/base/core/java/android/window/
DStartingWindowInfo.java224 public SurfaceControl rootSurface; field in StartingWindowInfo
275 dest.writeTypedObject(rootSurface, flags); in writeToParcel()
294 rootSurface = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
DSnapshotDrawerUtils.java126 public SnapshotSurface(SurfaceControl rootSurface, TaskSnapshot snapshot, in SnapshotSurface() argument
128 mRootSurface = rootSurface; in SnapshotSurface()
385 SurfaceControl rootSurface, TaskSnapshot snapshot, in drawSnapshotOnSurface() argument
393 rootSurface, snapshot, lp.getTitle()); in drawSnapshotOnSurface()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java148 windowInfo.rootSurface, windowInfo.taskSnapshot, mSplashScreenExecutor); in addWindowlessStartingSurface()
151 windowInfo, windowInfo.rootSurface); in addWindowlessStartingSurface()
200 WindowlessStartingWindow(Configuration c, SurfaceControl rootSurface) { in WindowlessStartingWindow() argument
201 super(c, rootSurface, null /* hostInputToken */); in WindowlessStartingWindow()
DWindowlessSplashWindowCreator.java57 void addSplashScreenStartingWindow(StartingWindowInfo windowInfo, SurfaceControl rootSurface) { in addSplashScreenStartingWindow() argument
79 taskInfo.configuration, rootSurface); in addSplashScreenStartingWindow()
DWindowlessSnapshotWindowCreator.java62 void makeTaskSnapshotWindow(StartingWindowInfo info, SurfaceControl rootSurface, in makeTaskSnapshotWindow() argument
76 runningTaskInfo.configuration, rootSurface); in makeTaskSnapshotWindow()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceControlViewHostTests.java153 TestWindowlessWindowManager(Configuration c, SurfaceControl rootSurface, in TestWindowlessWindowManager() argument
155 super(c, rootSurface, inputTransferToken); in TestWindowlessWindowManager()
156 mRoot = rootSurface; in TestWindowlessWindowManager()
/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java102 public WindowlessWindowManager(Configuration c, SurfaceControl rootSurface, in WindowlessWindowManager() argument
104 mRootSurface = rootSurface; in WindowlessWindowManager()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java727 info.rootSurface = root; in addWindowlessStartingSurface()