Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp291 float rectSelectedItemWidth = itemHalfSizes[SELECTED_ITEM_HALF_WIDTH] * 2; in PaintSelectedIndicator() local
294 if (rectSelectedItemHeight > rectSelectedItemWidth && !isCustomSize_) { in PaintSelectedIndicator()
296 … { { rectLeft, rectTop, rectRight, rectBottom }, rectSelectedItemWidth, rectSelectedItemWidth }); in PaintSelectedIndicator()