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 D | loading_progress_modifier.cpp | 511 …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 D | loading_progress_modifier.h | 92 void CloseAnimation(float date, float cometLen, float cometOpacity, float cometScale);
|