Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item_group.cpp159 listItemGroupComponent_->SetFlags(LIST_ITEM_FLAG_FROM_CHILD); in PrepareSpecializedComponent()
H A Ddom_list_item.cpp357 listItemComponent_->SetFlags(LIST_ITEM_FLAG_FROM_CHILD); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h29 inline constexpr int32_t LIST_ITEM_FLAG_FROM_CHILD = 2; variable
H A Dlist_element.cpp337 if (itemComponent->TestFlag(LIST_ITEM_FLAG_FROM_CHILD)) { in BuildListComponent()
873 PreBuildListItems(0, children, LIST_ITEM_FLAG_FROM_CHILD); in Update()