Home
last modified time | relevance | path

Searched refs:smoothEffect_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.h147 RefPtr<PropertyBool> smoothEffect_; variable
H A Dprogress_modifier.cpp80 smoothEffect_(AceType::MakeRefPtr<PropertyBool>(true)), in ProgressModifier()
106 AttachProperty(smoothEffect_); in ProgressModifier()
280 CHECK_NULL_VOID(smoothEffect_); in SetSmoothEffect()
281 smoothEffect_->Set(value); in SetSmoothEffect()
619 if (smoothEffect_->Get()) { in SetValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp633 EXPECT_EQ(progressModifier->smoothEffect_->Get(), false);