Home
last modified time | relevance | path

Searched refs:updateUIPropertyFunc_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h193 if (updateUIPropertyFunc_) { in Set()
194 updateUIPropertyFunc_(shared_from_this()); in Set()
215 updateUIPropertyFunc_ = updateUIPropertyFunc; in SetUpdateUIPropertyFunc()
220 std::function<void(const std::shared_ptr<RSRenderPropertyBase>&)> updateUIPropertyFunc_; variable