Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java368 SurfaceControl[] excludeLayers;
371 excludeLayers = new SurfaceControl[1];
372 excludeLayers[0] = imeWindow.getSurfaceControl();
374 excludeLayers = new SurfaceControl[0];
379 pixelFormat, excludeLayers);
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h65 std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>> excludeLayers) { in captureChildLayersExcluding() argument
72 ui::PixelFormat::RGBA_8888, Rect::EMPTY_RECT, excludeLayers, in captureChildLayersExcluding()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp174 const std::unordered_set<sp<IBinder>, SpHash<IBinder>>& excludeLayers, float frameScale, in captureLayers() argument
182 data.writeInt32(excludeLayers.size()); in captureLayers()
183 for (auto el : excludeLayers) { in captureLayers()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5648 std::unordered_set<sp<Layer>, ISurfaceComposer::SpHash<Layer>> excludeLayers; in captureLayers() local
5688 excludeLayers.emplace(excludeLayer); in captureLayers()
5714 &excludeLayers](const LayerVector::Visitor& visitor) { in captureLayers()
5724 if (excludeLayers.count(p) != 0) { in captureLayers()