Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp78 CHECK_NULL_VOID(indicatorProps); in SaveDigitIndicatorProperty()
84 indicatorProps->ResetIndicatorLayoutStyle(); in SaveDigitIndicatorProperty()
97 indicatorProps->UpdateFontColor( in SaveDigitIndicatorProperty()
99 indicatorProps->UpdateSelectedFontColor( in SaveDigitIndicatorProperty()
101 indicatorProps->UpdateFontSize( in SaveDigitIndicatorProperty()
103 indicatorProps->UpdateSelectedFontSize( in SaveDigitIndicatorProperty()
105 indicatorProps->UpdateFontWeight( in SaveDigitIndicatorProperty()
107 indicatorProps->UpdateSelectedFontWeight( in SaveDigitIndicatorProperty()
122 CHECK_NULL_VOID(indicatorProps); in SaveDotIndicatorProperty()
141 isRtl ? indicatorProps->UpdateRight(dimValue) : indicatorProps->UpdateLeft(dimValue); in SaveDotIndicatorProperty()
[all …]
H A Dswiper_pattern.cpp4142 auto indicatorProps = indicatorNode->GetLayoutProperty<SwiperIndicatorLayoutProperty>(); in SetDigitStartAndEndProperty() local
4143 CHECK_NULL_VOID(indicatorProps); in SetDigitStartAndEndProperty()
4152 isRtl ? indicatorProps->UpdateRight(dimValue) : indicatorProps->UpdateLeft(dimValue); in SetDigitStartAndEndProperty()
4158 isRtl ? indicatorProps->UpdateLeft(dimValue) : indicatorProps->UpdateRight(dimValue); in SetDigitStartAndEndProperty()