Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h32 inline constexpr int32_t LIST_ITEM_OP_NONE = 0; variable
417 int32_t op_ = LIST_ITEM_OP_NONE;
H A Dlist_element.cpp552 listItemComponent->SetOperation(LIST_ITEM_OP_NONE); in OnRefreshed()
574 listItemComponent->SetOperation(LIST_ITEM_OP_NONE); in AddToCache()
707 if (op != LIST_ITEM_OP_NONE) { in GetRefreshItems()
715 if (op != LIST_ITEM_OP_NONE) { in GetRefreshItems()
817 listItemComponent->SetOperation(LIST_ITEM_OP_NONE); in PatchElements()
H A Drender_list_item.h381 int32_t op_ = LIST_ITEM_OP_NONE;
H A Dlist_layout_manager.cpp161 if (firstItem && firstItem->GetOperation() != LIST_ITEM_OP_NONE) { in RefreshLayout()
237 if (item && item->GetOperation() != LIST_ITEM_OP_NONE) { in CheckNeedAnimation()
H A Dgrid_layout_manager.cpp232 if (firstItem && firstItem->GetOperation() != LIST_ITEM_OP_NONE) { in RefreshLayout()