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