Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp759 struct CursorLayerProperties : public BaseLayerProperties<CursorLayerProperties> { struct
760 using Base = BaseLayerProperties<CursorLayerProperties>;
762 static void setupLayerState(CompositionTest* test, sp<Layer> layer) { in setupLayerState()