Searched refs:excludeLayers (Results 1 – 4 of 4) sorted by relevance
368 SurfaceControl[] excludeLayers;371 excludeLayers = new SurfaceControl[1];372 excludeLayers[0] = imeWindow.getSurfaceControl();374 excludeLayers = new SurfaceControl[0];379 pixelFormat, excludeLayers);
65 std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>> excludeLayers) { in captureChildLayersExcluding() argument72 ui::PixelFormat::RGBA_8888, Rect::EMPTY_RECT, excludeLayers, in captureChildLayersExcluding()
174 const std::unordered_set<sp<IBinder>, SpHash<IBinder>>& excludeLayers, float frameScale, in captureLayers() argument182 data.writeInt32(excludeLayers.size()); in captureLayers()183 for (auto el : excludeLayers) { in captureLayers()
5648 std::unordered_set<sp<Layer>, ISurfaceComposer::SpHash<Layer>> excludeLayers; in captureLayers() local5688 excludeLayers.emplace(excludeLayer); in captureLayers()5714 &excludeLayers](const LayerVector::Visitor& visitor) { in captureLayers()5724 if (excludeLayers.count(p) != 0) { in captureLayers()