Home
last modified time | relevance | path

Searched refs:backgroundWidthDilateRatio (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.cpp579 auto backgroundWidthDilateRatio = 1.0f; in UpdateTouchBottomAnimation() local
583 backgroundWidthDilateRatio = TOUCH_BOTTOM_BACKGROUND_WIDTH_MULTIPLE - in UpdateTouchBottomAnimation()
586 backgroundWidthDilateRatio = (backgroundWidthDilateRatio - 1.0f) * touchBottomRate + 1.0f; in UpdateTouchBottomAnimation()
590 …AnimationUtils::Animate(option, [weak = WeakClaim(this), backgroundWidthDilateRatio, backgroundHei… in UpdateTouchBottomAnimation()
594 modifier->backgroundWidthDilateRatio_->Set(backgroundWidthDilateRatio); in UpdateTouchBottomAnimation()