Searched defs:CursorLayerProperties (Results 1 – 1 of 1) sorted by relevance
759 struct CursorLayerProperties : public BaseLayerProperties<CursorLayerProperties> { struct760 using Base = BaseLayerProperties<CursorLayerProperties>;762 static void setupLayerState(CompositionTest* test, sp<Layer> layer) { in setupLayerState()