Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp511 …gProgressModifier::CloseAnimation(float date, float cometLen, float cometOpacity, float cometScale) in CloseAnimation() argument
522 cometSizeScale_->Set(cometScale + FAKE_DELTA); in CloseAnimation()
524 …ls::Animate(option, [weak = AceType::WeakClaim(this), date, cometLen, cometOpacity, cometScale]() { in CloseAnimation()
530 curObj->cometSizeScale_->Set(cometScale); in CloseAnimation()
H A Dloading_progress_modifier.h92 void CloseAnimation(float date, float cometLen, float cometOpacity, float cometScale);