Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h38 indicatorPointPadding_ = theme->GetIndicatorPointPadding(); in InitStyle()
136 indicatorPointPadding_ = indicatorPointPadding; in SetIndicatorPointPadding()
141 return indicatorPointPadding_; in GetIndicatorPointPadding()
245 Dimension indicatorPointPadding_ { 8.0, DimensionUnit::VP };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h101 …theme->indicatorPointPadding_ = swiperPattern->GetAttr<Dimension>("swiper_indicator_point_padding"… in ParsePattern()
214 return indicatorPointPadding_; in GetIndicatorPointPadding()
421 Dimension indicatorPointPadding_; variable