Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp69 if (indicatorWrapper) { in IndicatorAndArrowMeasure()
72 indicatorWrapper->Measure(indicatorLayoutConstraint); in IndicatorAndArrowMeasure()
961 if (indicatorWrapper) { in LayoutSwiperIndicator()
965 indicatorWrapper->Layout(); in LayoutSwiperIndicator()
1080 auto indicatorGeometryNode = indicatorWrapper->GetGeometryNode(); in PlaceDigitChild()
1102 auto frameNode = indicatorWrapper->GetHostNode(); in PlaceDigitChild()
1111 HasCustomIndicatorOffset(indicatorWrapper)) { in PlaceDigitChild()
1165 auto frameNode = indicatorWrapper->GetHostNode(); in HasCustomIndicatorOffset()
1177 auto indicatorGeometryNode = indicatorWrapper->GetGeometryNode(); in CalculateCustomOffset()
1279 CHECK_NULL_VOID(indicatorWrapper); in ArrowLayout()
[all …]
H A Dswiper_layout_algorithm.h333 …void PlaceDigitChild(const RefPtr<LayoutWrapper>& indicatorWrapper, const RefPtr<LayoutProperty>& …
344 bool HasCustomIndicatorOffset(const RefPtr<LayoutWrapper>& indicatorWrapper);
346 const RefPtr<LayoutWrapper>& indicatorWrapper, const OffsetF& currentOffset);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp668 auto indicatorWrapper = variable
677 indicatorWrapper->AppendChild(firstLayoutWrapper);
684 indicatorWrapper->AppendChild(lastLayoutWrapper);
687 indicatorWrapper->layoutProperty_ = AceType::MakeRefPtr<LayoutProperty>();
690 indicatorWrapper->GetLayoutProperty()->layoutConstraint_ = layoutConstraintF;
691 indicatorWrapper->currentChildCount_ = 1;
699 swiperLayoutAlgorithm->PlaceDigitChild(indicatorWrapper, layoutProperty);
704 indicatorWrapper->currentChildCount_ = 2;