Home
last modified time | relevance | path

Searched refs:UpdateCachedIndexForward (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.h295 int32_t UpdateCachedIndexForward(bool outOfView, bool show, int32_t cacheCount);
H A Dlist_item_group_pattern.cpp455 int32_t ListItemGroupPattern::UpdateCachedIndexForward(bool outOfView, bool show, int32_t cacheCoun… in UpdateCachedIndexForward() function in OHOS::Ace::NG::ListItemGroupPattern
580 forwardCachedIndex_ = UpdateCachedIndexForward(outOfView, show, forwardCache); in UpdateCachedIndex()