Searched refs:currentIndexWrapper (Results 1 – 1 of 1) sorted by relevance
345 auto currentIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in MeasureTabsCustomAnimation() local346 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() local394 CHECK_NULL_VOID(currentIndexWrapper); in MeasureSwiperCustomAnimation()395 currentIndexWrapper->Measure(layoutConstraint); in MeasureSwiperCustomAnimation()909 auto currentIndexWrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex); in LayoutCustomAnimation() local910 CHECK_NULL_VOID(currentIndexWrapper); in LayoutCustomAnimation()912 currentIndexWrapper->GetGeometryNode()->SetMarginFrameOffset(paddingOffset); in LayoutCustomAnimation()[all …]