Searched refs:oldChildrenSize_ (Results 1 – 2 of 2) sorted by relevance
217 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()
1055 std::optional<int32_t> oldChildrenSize_; variable