Home
last modified time | relevance | path

Searched defs:ContainerLayerVariant (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp903 struct ContainerLayerVariant : public BaseLayerVariant<LayerProperties> { struct
904 using Base = BaseLayerVariant<LayerProperties>;
906 static frontend::RequestedLayerState createLayer(CompositionTest* test) { in createLayer()