Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp140 item->SetOperation(LIST_ITEM_OP_ADD); in InsertChild()
168 item->SetOperation(LIST_ITEM_OP_ADD); in AppendChild()
192 if (item->GetOperation() == LIST_ITEM_OP_ADD) { in RemoveChild()
H A Dlist_element.cpp692 if (op != LIST_ITEM_OP_ADD) { in GetRefreshItems()
702 if (op == LIST_ITEM_OP_ADD) { in GetRefreshItems()
737 … if (item->TestFlag(LIST_ITEM_FLAG_IN_RANGE) && item->GetOperation() != LIST_ITEM_OP_ADD) { in RebuildElements()
H A Dlist_item_component.h33 inline constexpr int32_t LIST_ITEM_OP_ADD = 1; variable
H A Dlist_layout_manager.cpp308 case LIST_ITEM_OP_ADD: { in AdjustLayoutParam()