Searched refs:smoothEffect_ (Results 1 – 3 of 3) sorted by relevance
147 RefPtr<PropertyBool> smoothEffect_; variable
80 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()
633 EXPECT_EQ(progressModifier->smoothEffect_->Get(), false);