Home
last modified time | relevance | path

Searched refs:captureLayersExcluding (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java225 imeBuffer = ScreenCapture.captureLayersExcluding(imeWindow.getSurfaceControl(), in createImeSnapshot()
H A DAbsAppSnapshotController.java283 ScreenCapture.captureLayersExcluding( in createSnapshot()
/aosp14/frameworks/base/core/java/android/window/
H A DScreenCapture.java154 public static ScreenshotHardwareBuffer captureLayersExcluding(SurfaceControl layer, in captureLayersExcluding() method in ScreenCapture
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DZOrderingTests.java587 ScreenCapture.captureLayersExcluding(mImeWindow.getSurfaceControl(), in testImeScreenshotLayer()