/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | WindowManagerWrapper.java | 219 SurfaceControl outSurfaceControl = new SurfaceControl(); in mirrorDisplay() local 221 outSurfaceControl); in mirrorDisplay() 222 return outSurfaceControl; in mirrorDisplay()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayAreaOrganizerController.java | 117 SurfaceControl outSurfaceControl = new SurfaceControl(da.getSurfaceControl(), in onDisplayAreaAppeared() local 119 organizer.onDisplayAreaAppeared(da.getDisplayAreaInfo(), outSurfaceControl); in onDisplayAreaAppeared() local
|
D | WindowSurfaceController.java | 497 void getSurfaceControl(SurfaceControl outSurfaceControl) { in getSurfaceControl() argument 498 outSurfaceControl.copyFrom(mSurfaceControl, "WindowSurfaceController.getSurfaceControl"); in getSurfaceControl() 501 void getBLASTSurfaceControl(SurfaceControl outSurfaceControl) { in getBLASTSurfaceControl() argument 503 …outSurfaceControl.copyFrom(mBLASTSurfaceControl, "WindowSurfaceController.getBLASTSurfaceControl"); in getBLASTSurfaceControl()
|
D | TaskOrganizerController.java | 120 SurfaceControl outSurfaceControl = new SurfaceControl(task.getSurfaceControl(), in onTaskAppeared() local 125 mTransaction.hide(outSurfaceControl); in onTaskAppeared() 128 mTaskOrganizer.onTaskAppeared(taskInfo, outSurfaceControl); in onTaskAppeared()
|
D | WindowOrganizerController.java | 440 public boolean takeScreenshot(WindowContainerToken token, SurfaceControl outSurfaceControl) { in takeScreenshot() argument 470 outSurfaceControl.copyFrom(screenshot, "WindowOrganizerController.takeScreenshot"); in takeScreenshot()
|
D | Session.java | 207 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout() argument 217 mergedConfiguration, outSurfaceControl, outInsetsState, outActiveControls, in relayout()
|
D | WindowManagerService.java | 2112 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayoutWindow() argument 2287 result = createSurfaceControl(outSurfaceControl, outBLASTSurfaceControl, in relayoutWindow() 2319 winAnimator.mSurfaceController.getSurfaceControl(outSurfaceControl); in relayoutWindow() 2328 outSurfaceControl.release(); in relayoutWindow() 2421 + ", surface=" + outSurfaceControl); in relayoutWindow() 2514 private int createSurfaceControl(SurfaceControl outSurfaceControl, in createSurfaceControl() argument 2529 surfaceController.getSurfaceControl(outSurfaceControl); in createSurfaceControl() 2531 ProtoLog.i(WM_SHOW_TRANSACTIONS, "OUT SURFACE %s: copied", outSurfaceControl); in createSurfaceControl() 2537 outSurfaceControl.release(); in createSurfaceControl() 8229 public boolean mirrorDisplay(int displayId, SurfaceControl outSurfaceControl) { in mirrorDisplay() argument [all …]
|
/frameworks/base/core/java/android/window/ |
D | IWindowOrganizerController.aidl | 63 boolean takeScreenshot(in WindowContainerToken token, out SurfaceControl outSurfaceControl); in takeScreenshot() argument
|
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 229 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout() argument 252 outSurfaceControl.copyFrom(sc, "WindowlessWindowManager.relayout"); in relayout() 255 outSurfaceControl.release(); in relayout()
|
D | IWindowSession.aidl | 114 out MergedConfiguration outMergedConfiguration, out SurfaceControl outSurfaceControl, in relayout() argument
|
D | IWindowManager.aidl | 727 boolean mirrorDisplay(int displayId, out SurfaceControl outSurfaceControl); in mirrorDisplay() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
D | SystemWindows.java | 288 SurfaceControl outSurfaceControl, InsetsState outInsetsState, in relayout() argument 294 cutout, mergedConfiguration, outSurfaceControl, outInsetsState, in relayout()
|