Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.h96 void ProcessSweepingAnimation(ProgressType type, float value);
H A Dprogress_modifier.cpp155 void ProgressModifier::ProcessSweepingAnimation(ProgressType type, float value) in ProcessSweepingAnimation() function in OHOS::Ace::NG::ProgressModifier
631 ProcessSweepingAnimation(ProgressType(progressType_->Get()), value); in SetValue()