Searched refs:updateUIPropertyFunc_ (Results 1 – 1 of 1) sorted by relevance
193 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