Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp258 int32_t cachedCountBackward = cachedItemPosition_.empty() ? 0 : in SetActiveChildRange() local
260 … layoutWrapper->SetActiveChildRange(start, end, cachedCountBackward, cachedCountForward, show); in SetActiveChildRange()