Home
last modified time | relevance | path

Searched refs:DEFAULT_SHRINK_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.cpp33 constexpr float DEFAULT_SHRINK_SCALE = 0.9f; variable
160 AnimationUtils::Animate(halfDurationOption, [&]() { totalScale_->Set(DEFAULT_SHRINK_SCALE); }); in UpdateIsOnAnimatableProperty()
161 totalScale_->Set(DEFAULT_SHRINK_SCALE); in UpdateIsOnAnimatableProperty()