Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp906 struct ContainerLayerVariant : public BaseLayerVariant<LayerProperties> { struct
907 using Base = BaseLayerVariant<LayerProperties>;
909 static frontend::RequestedLayerState createLayer(CompositionTest* test) { in createLayer()