Home
last modified time | relevance | path

Searched refs:LIST_ITEM_FLAG_IN_RANGE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp553 listItemComponent->RemoveFlag(LIST_ITEM_FLAG_IN_RANGE); in OnRefreshed()
565 listItemElement->RemoveFlag(LIST_ITEM_FLAG_IN_RANGE); in OnRefreshed()
575 listItemComponent->RemoveFlag(LIST_ITEM_FLAG_IN_RANGE); in AddToCache()
713 item->AddFlag(LIST_ITEM_FLAG_IN_RANGE); in GetRefreshItems()
737 … if (item->TestFlag(LIST_ITEM_FLAG_IN_RANGE) && item->GetOperation() != LIST_ITEM_OP_ADD) { in RebuildElements()
818 listItemComponent->RemoveFlag(LIST_ITEM_FLAG_IN_RANGE); in PatchElements()
H A Dlist_item_component.h30 inline constexpr int32_t LIST_ITEM_FLAG_IN_RANGE = 4; variable