Home
last modified time | relevance | path

Searched refs:toIndexWrapper (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.cpp354 … auto toIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(customAnimationToIndex_.value()); in MeasureTabsCustomAnimation() local
355 CHECK_NULL_VOID(toIndexWrapper); in MeasureTabsCustomAnimation()
356 toIndexWrapper->Measure(childLayoutConstraint); in MeasureTabsCustomAnimation()
357 auto toIndexGeometryNode = toIndexWrapper->GetGeometryNode(); in MeasureTabsCustomAnimation()
901 … auto toIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(customAnimationToIndex_.value()); in LayoutCustomAnimation() local
902 CHECK_NULL_VOID(toIndexWrapper); in LayoutCustomAnimation()
904 toIndexWrapper->GetGeometryNode()->SetMarginFrameOffset(paddingOffset); in LayoutCustomAnimation()
905 toIndexWrapper->Layout(); in LayoutCustomAnimation()