Home
last modified time | relevance | path

Searched refs:indicatorLength (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h105 … static float GetValidEdgeLength(float swiperLength, float indicatorLength, const Dimension& edge) in GetValidEdgeLength() argument
108 if (!NearZero(edgeLength) && edgeLength > (swiperLength - indicatorLength)) { in GetValidEdgeLength()
109 edgeLength = swiperLength - indicatorLength; in GetValidEdgeLength()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp128 float swiperLength, float indicatorLength, const Dimension& edge) in GetValidEdgeLength() argument
130 return SwiperIndicatorUtils::GetValidEdgeLength(swiperLength, indicatorLength, edge); in GetValidEdgeLength()
H A Ddot_indicator_layout_algorithm.h54 …static double GetValidEdgeLength(float swiperLength, float indicatorLength, const Dimension& edge);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h355 …double GetValidEdgeLength(double swiperLength, double indicatorLength, const Dimension& edge) cons…
H A Drender_swiper.cpp1850 double RenderSwiper::GetValidEdgeLength(double swiperLength, double indicatorLength, const Dimensio… in GetValidEdgeLength() argument
1853 if (!NearZero(edgeLength) && edgeLength > swiperLength - indicatorLength) { in GetValidEdgeLength()
1854 edgeLength = swiperLength - indicatorLength; in GetValidEdgeLength()