Home
last modified time | relevance | path

Searched refs:heightChangeValue (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.cpp103 auto heightChangeValue = (1.0f - backgroundHeightDilateRatio_->Get()) * rectHeight; in PaintBackground() local
105 std::swap(widthChangeValue, heightChangeValue); in PaintBackground()
123 rectTop = rectTop + heightChangeValue * 0.5f; in PaintBackground()
124 rectBottom = rectBottom - heightChangeValue * 0.5f; in PaintBackground()
125 rectHeight -= heightChangeValue; in PaintBackground()
128 rectTop -= heightChangeValue; in PaintBackground()
131 rectBottom += heightChangeValue; in PaintBackground()