Searched refs:UpdateActiveChildRange (Results 1 – 2 of 2) sorted by relevance
298 void UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show);299 void UpdateActiveChildRange(bool show);
410 void ListItemGroupPattern::UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show) in UpdateActiveChildRange() function in OHOS::Ace::NG::ListItemGroupPattern431 void ListItemGroupPattern::UpdateActiveChildRange(bool show) in UpdateActiveChildRange() function in OHOS::Ace::NG::ListItemGroupPattern474 UpdateActiveChildRange(true, forwardCachedIndex + 1, show); in UpdateCachedIndexForward()501 UpdateActiveChildRange(false, itemTotalCount_ - backwardCachedIndex, show); in UpdateCachedIndexBackward()565 UpdateActiveChildRange(show); in UpdateCachedIndex()