Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp31 constexpr float DEFAULT_POINT_SCALE = 0.5f; variable
68 pointScale_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(DEFAULT_POINT_SCALE); in RadioModifier()
149 AnimationUtils::Animate(delayOption, [&]() { pointScale_->Set(DEFAULT_POINT_SCALE); }); in UpdateIsOnAnimatableProperty()
153 pointScale_->Set(DEFAULT_POINT_SCALE); in UpdateIsOnAnimatableProperty()