Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp128 if (listItemComponent && listItemComponent->GetOperation() == LIST_ITEM_OP_REMOVE) { in InsertChild()
196 item->SetOperation(LIST_ITEM_OP_REMOVE); in RemoveChild()
H A Dlist_element.cpp549 if (listItemComponent->GetOperation() == LIST_ITEM_OP_REMOVE) { in OnRefreshed()
573 if (listItemComponent && listItemComponent->GetOperation() != LIST_ITEM_OP_REMOVE) { in AddToCache()
684 if (op != LIST_ITEM_OP_REMOVE) { in GetRefreshItems()
704 } else if (op == LIST_ITEM_OP_REMOVE) { in GetRefreshItems()
814 if (listItemComponent->GetOperation() == LIST_ITEM_OP_REMOVE) { in PatchElements()
H A Dlist_item_component.h34 inline constexpr int32_t LIST_ITEM_OP_REMOVE = 2; variable
H A Dlist_layout_manager.cpp175 if (item->GetOperation() == LIST_ITEM_OP_REMOVE) { in RefreshLayout()
312 case LIST_ITEM_OP_REMOVE: { in AdjustLayoutParam()
H A Dgrid_layout_manager.cpp247 if (item->GetOperation() == LIST_ITEM_OP_REMOVE) { in RefreshLayout()