Home
last modified time | relevance | path

Searched refs:parentSc (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DScreenshotUtils.java56 BufferConsumer(SurfaceControl.Transaction t, SurfaceControl sc, SurfaceControl parentSc, in BufferConsumer() argument
60 mParentSurfaceControl = parentSc; in BufferConsumer()
113 SurfaceControl parentSc, Rect crop, int layer) { in takeScreenshot() argument
114 BufferConsumer consumer = new BufferConsumer(t, sc, parentSc, layer); in takeScreenshot()
/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
DEmbeddedWindowService.java121 public void attachEmbeddedSurfaceControl(SurfaceControl parentSc, int displayId, in attachEmbeddedSurfaceControl() argument
129 .setParent(parentSc).setBufferSize(500, 500).build(); in attachEmbeddedSurfaceControl()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp338 BlastInputSurface(const sp<SurfaceControl>& sc, const sp<SurfaceControl>& parentSc, int width, in BlastInputSurface() argument
341 mParentSurfaceControl = parentSc; in BlastInputSurface()
348 sp<SurfaceControl> parentSc = in makeBlastInputSurface() local
357 parentSc->getHandle()); in makeBlastInputSurface()
358 return std::make_unique<BlastInputSurface>(surfaceControl, parentSc, width, height); in makeBlastInputSurface()