Searched refs:LIST_ITEM_FLAG_IN_RANGE (Results 1 – 2 of 2) sorted by relevance
553 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()
30 inline constexpr int32_t LIST_ITEM_FLAG_IN_RANGE = 4; variable