Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.h298 void UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show);
299 void UpdateActiveChildRange(bool show);
H A Dlist_item_group_pattern.cpp410 void ListItemGroupPattern::UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show) in UpdateActiveChildRange() function in OHOS::Ace::NG::ListItemGroupPattern
431 void ListItemGroupPattern::UpdateActiveChildRange(bool show) in UpdateActiveChildRange() function in OHOS::Ace::NG::ListItemGroupPattern
474 UpdateActiveChildRange(true, forwardCachedIndex + 1, show); in UpdateCachedIndexForward()
501 UpdateActiveChildRange(false, itemTotalCount_ - backwardCachedIndex, show); in UpdateCachedIndexBackward()
565 UpdateActiveChildRange(show); in UpdateCachedIndex()