Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp217 if (oldChildrenSize_.has_value() && oldChildrenSize_.value() != totalCount) { in OnIndexChange()
218 oldIndex = GetLoopIndex(oldIndex_, oldChildrenSize_.value()); in OnIndexChange()
219 oldChildrenSize_ = totalCount; in OnIndexChange()
493 if (oldChildrenSize_.has_value() && oldChildrenSize_.value() != TotalCount()) { in BeforeCreateLayoutWrapper()
494 oldIndex = GetLoopIndex(oldIndex_, oldChildrenSize_.value()); in BeforeCreateLayoutWrapper()
1124 oldChildrenSize_ = TotalCount(); in OnDirtyLayoutWrapperSwap()
H A Dswiper_pattern.h1055 std::optional<int32_t> oldChildrenSize_; variable