Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp185 if (!mouseAnimationController_) { in ResetMouseController()
188 if (mouseAnimationController_->IsRunning()) { in ResetMouseController()
189 mouseAnimationController_->Stop(); in ResetMouseController()
191 mouseAnimationController_->ClearInterpolators(); in ResetMouseController()
192 mouseAnimationController_->ClearAllListeners(); in ResetMouseController()
202 if (!mouseAnimationController_) { in ResetHoverAnimation()
225 mouseAnimationController_->AddInterpolator(animation); in ResetHoverAnimation()
237 if (!mouseAnimationController_) { in ResetPressAnimation()
266 mouseAnimationController_->AddInterpolator(animation); in ResetPressAnimation()
281 mouseAnimationController_->Forward(); in StartHoverAnimation()
[all …]
H A Drender_picker_option.h114 RefPtr<Animator> mouseAnimationController_; variable