Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h328 struct IndicatorProperties final {
329 IndicatorProperties(const Offset& normalPaddingStart, const Offset& normalPaddingEnd, in IndicatorProperties() function
339 IndicatorProperties(IndicatorProperties&& indicatorProperties) = default;
340 ~IndicatorProperties() = default;
H A Drosen_render_swiper.h49 IndicatorProperties PrepareIndicatorProperties() const;
H A Drosen_render_swiper.cpp275 IndicatorProperties indicatorProperties = PrepareIndicatorProperties(); in CanvasDrawIndicator()
300 IndicatorProperties indicatorProperties = PrepareIndicatorProperties(); in CanvasDrawIndicator()
327 RosenRenderSwiper::IndicatorProperties RosenRenderSwiper::PrepareIndicatorProperties() const in PrepareIndicatorProperties()
335 return IndicatorProperties(Offset(normalPointRadius, 0.0), in PrepareIndicatorProperties()
340 return IndicatorProperties(Offset(0.0, normalPointRadius), in PrepareIndicatorProperties()