Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp740 struct CursorLayerProperties : public BaseLayerProperties<CursorLayerProperties> { struct
741 using Base = BaseLayerProperties<CursorLayerProperties>;
743 static void setupLayerState(CompositionTest* test, frontend::RequestedLayerState& layer) { in setupLayerState()