Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp118 auto indicatorlayoutProperty = frameNode->GetLayoutProperty<SwiperIndicatorLayoutProperty>(); in Layout() local
119 CHECK_NULL_VOID(indicatorlayoutProperty); in Layout()
122 indicatorlayoutProperty, in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1104 auto indicatorlayoutProperty = frameNode->GetLayoutProperty<SwiperIndicatorLayoutProperty>(); in PlaceDigitChild() local
1105 CHECK_NULL_VOID(indicatorlayoutProperty); in PlaceDigitChild()
1108 swiperLayoutProperty, indicatorlayoutProperty, indicatorWidth, indicatorHeight); in PlaceDigitChild()
1121 auto top = indicatorlayoutProperty->GetTop(); in PlaceDigitChild()
1122 auto bottom = indicatorlayoutProperty->GetBottom(); in PlaceDigitChild()