Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp345 auto currentIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in MeasureTabsCustomAnimation() local
346 CHECK_NULL_VOID(currentIndexWrapper); in MeasureTabsCustomAnimation()
347 currentIndexWrapper->Measure(childLayoutConstraint); in MeasureTabsCustomAnimation()
348 auto currentIndexGeometryNode = currentIndexWrapper->GetGeometryNode(); in MeasureTabsCustomAnimation()
393 auto currentIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); in MeasureSwiperCustomAnimation() local
394 CHECK_NULL_VOID(currentIndexWrapper); in MeasureSwiperCustomAnimation()
395 currentIndexWrapper->Measure(layoutConstraint); in MeasureSwiperCustomAnimation()
909 auto currentIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in LayoutCustomAnimation() local
910 CHECK_NULL_VOID(currentIndexWrapper); in LayoutCustomAnimation()
912 currentIndexWrapper->GetGeometryNode()->SetMarginFrameOffset(paddingOffset); in LayoutCustomAnimation()
[all …]