Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp743 struct CursorLayerProperties : public BaseLayerProperties<CursorLayerProperties> { struct
744 using Base = BaseLayerProperties<CursorLayerProperties>;
746 static void setupLayerState(CompositionTest* test, frontend::RequestedLayerState& layer) { in setupLayerState()