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 D | swiper_indicator_utils.h | 105 … 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 D | dot_indicator_layout_algorithm.cpp | 128 float swiperLength, float indicatorLength, const Dimension& edge) in GetValidEdgeLength() argument 130 return SwiperIndicatorUtils::GetValidEdgeLength(swiperLength, indicatorLength, edge); in GetValidEdgeLength()
|
H A D | dot_indicator_layout_algorithm.h | 54 …static double GetValidEdgeLength(float swiperLength, float indicatorLength, const Dimension& edge);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 355 …double GetValidEdgeLength(double swiperLength, double indicatorLength, const Dimension& edge) cons…
|
H A D | render_swiper.cpp | 1850 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()
|