Home
last modified time | relevance | path

Searched refs:GetIndicatorPointPadding (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h38 indicatorPointPadding_ = theme->GetIndicatorPointPadding(); in InitStyle()
139 const Dimension& GetIndicatorPointPadding() const in GetIndicatorPointPadding() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h212 const Dimension& GetIndicatorPointPadding() const in GetIndicatorPointPadding() function
H A Drosen_render_swiper.cpp184 indicator_->GetIndicatorPointPadding().Value() * scale_ * (itemCount_ - 1); in UpdateIndicator()
333 double indicatorPointPadding = indicator_->GetIndicatorPointPadding().Value() * scale_; in PrepareIndicatorProperties()
H A Drender_swiper.cpp2117 indicatorData.pointPadding = NormalizeToPx(indicator_->GetIndicatorPointPadding() + in UpdateIndicatorItem()
2118 (indicator_->GetPressPointPadding() - indicator_->GetIndicatorPointPadding()) * in UpdateIndicatorItem()
2122 indicatorData.pointPadding = NormalizeToPx(indicator_->GetIndicatorPointPadding()); in UpdateIndicatorItem()