Home
last modified time | relevance | path

Searched defs:forwardCachedIndex (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.cpp459 int32_t forwardCachedIndex = std::clamp(forwardCachedIndex_, endIndex, endLimit); in UpdateCachedIndexForward() local
518 int32_t forwardCachedIndex = std::clamp(forwardCachedIndex_, endIndex, endLimit); in UpdateCachedIndexOmni() local
H A Dlist_item_group_layout_algorithm.h50 int32_t forwardCachedIndex = -1; member