Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp57 animatePointRadius_ = AceType::MakeRefPtr<PropertyFloat>(SWITCH_ERROR_RADIUS); in SwitchModifier()
70 AttachProperty(animatePointRadius_); in SwitchModifier()
120 if (animatePointRadius_->Get() < 0) { in PaintSwitch()
123 pointRadius_ = animatePointRadius_->Get(); in PaintSwitch()
H A Dswitch_modifier.h234 animatePointRadius_->Set(pointRadius); in SetPointRadius()
300 RefPtr<PropertyFloat> animatePointRadius_; variable