/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SystemWindows.java | 240 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/ |
D | StartingWindowInfo.java | 224 public SurfaceControl rootSurface; field in StartingWindowInfo 275 dest.writeTypedObject(rootSurface, flags); in writeToParcel() 294 rootSurface = source.readTypedObject(SurfaceControl.CREATOR); in readFromParcel()
|
D | SnapshotDrawerUtils.java | 126 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/ |
D | StartingSurfaceDrawer.java | 148 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()
|
D | WindowlessSplashWindowCreator.java | 57 void addSplashScreenStartingWindow(StartingWindowInfo windowInfo, SurfaceControl rootSurface) { in addSplashScreenStartingWindow() argument 79 taskInfo.configuration, rootSurface); in addSplashScreenStartingWindow()
|
D | WindowlessSnapshotWindowCreator.java | 62 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/ |
D | SurfaceControlViewHostTests.java | 153 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/ |
D | WindowlessWindowManager.java | 102 public WindowlessWindowManager(Configuration c, SurfaceControl rootSurface, in WindowlessWindowManager() argument 104 mRootSurface = rootSurface; in WindowlessWindowManager()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskOrganizerController.java | 727 info.rootSurface = root; in addWindowlessStartingSurface()
|