Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp794 struct CursorLayerProperties : public BaseLayerProperties<CursorLayerProperties> { struct
795 using Base = BaseLayerProperties<CursorLayerProperties>;
797 static void setupLayerState(CompositionTest* test, sp<BufferQueueLayer> layer) { in setupLayerState()