Home
last modified time | relevance | path

Searched refs:UpdateCachedIndexBackward (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.h296 int32_t UpdateCachedIndexBackward(bool outOfView, bool show, int32_t cacheCount);
H A Dlist_item_group_pattern.cpp479 int32_t ListItemGroupPattern::UpdateCachedIndexBackward(bool outOfView, bool show, int32_t cacheCou… in UpdateCachedIndexBackward() function in OHOS::Ace::NG::ListItemGroupPattern
587 backwardCachedIndex_ = UpdateCachedIndexBackward(outOfView, show, backwardCache); in UpdateCachedIndex()