Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation_controller.cpp113 outMonthMoving_ = // posotion from 0% to 100% (1.0), time from 0ms to 500ms in CreateMovingAnimation()
358 if (outMonthMoving_) { in PlayOutAnimation()
359 outMonthMoving_->Play(); in PlayOutAnimation()
414 if (outMonthMoving_) { in StopOutAnimation()
415 outMonthMoving_->Stop(); in StopOutAnimation()
H A Dpicker_animation_controller.h151 RefPtr<PickerAnimation> outMonthMoving_; variable