Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h360 updateEffect_ = updateEffect; in SetUpdateEffect()
365 return updateEffect_; in GetUpdateEffect()
565 bool updateEffect_ = false; variable
H A Drender_list.h365 return updateEffect_ && pageReady_; in GetAddDeleteEffect()
370 updateEffect_ = enabled; in SetAddDeleteEffect()
574 bool updateEffect_ = false; variable
H A Drender_list.cpp57 updateEffect_ = list->GetUpdateEffect(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h167 bool updateEffect_ = false; variable
H A Ddom_list.cpp176 [](DOMList& list, const std::string& val) { list.updateEffect_ = StringToBool(val); }, in SetSpecializedAttr()
363 listComponent_->SetUpdateEffect(updateEffect_); in CreateOrUpdateList()