Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/digit_indicator/
H A Ddigit_indicator_layout_algorithm.cpp63 …if (LessNotEqual(indicatorHeight, swiperIndicatorTheme->GetIndicatorDigitHeight().ConvertToPx())) { in Measure()
64 indicatorHeight = swiperIndicatorTheme->GetIndicatorDigitHeight().ConvertToPx(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_indicator_theme.h374 const Dimension& GetIndicatorDigitHeight() const in GetIndicatorDigitHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1098 …if (LessNotEqual(indicatorHeight, swiperIndicatorTheme->GetIndicatorDigitHeight().ConvertToPx())) { in PlaceDigitChild()
1099 indicatorHeight = swiperIndicatorTheme->GetIndicatorDigitHeight().ConvertToPx(); in PlaceDigitChild()
1125 auto themeHeight = swiperIndicatorTheme->GetIndicatorDigitHeight().ConvertToPx(); in PlaceDigitChild()