Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp192 scaleAnimationUp_ = AceType::MakeRefPtr<KeyframeAnimation<float>>(); in OnMouseClickUpAnimation()
194 CreateFloatAnimation(scaleAnimationUp_, begin, 1.05); in OnMouseClickUpAnimation()
195 clickControllerUp_->AddInterpolator(scaleAnimationUp_); in OnMouseClickUpAnimation()
H A Drender_toggle.h76 RefPtr<KeyframeAnimation<float>> scaleAnimationUp_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp395 scaleAnimationUp_ = AceType::MakeRefPtr<KeyframeAnimation<float>>(); in OnMouseClickUpAnimation()
397 CreateFloatAnimation(scaleAnimationUp_, begin, 1.05); in OnMouseClickUpAnimation()
398 clickControllerUp_->AddInterpolator(scaleAnimationUp_); in OnMouseClickUpAnimation()
H A Drender_button.h248 RefPtr<KeyframeAnimation<float>> scaleAnimationUp_; variable