Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h31 inline constexpr int32_t LIST_ITEM_FLAG_DYNAMIC = 8; variable
H A Dlist_element.cpp353 if (itemComponent->TestFlag(LIST_ITEM_FLAG_DYNAMIC)) { in BuildListComponent()
578 listItemComponent->AddFlag(LIST_ITEM_FLAG_DYNAMIC); in AddToCache()