Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp964 struct ContainerLayerVariant : public BaseLayerVariant<LayerProperties> { struct
965 using Base = BaseLayerVariant<LayerProperties>;
966 using FlingerLayerType = sp<ContainerLayer>;
968 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer()