Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation_controller.cpp53 inYearMoving_ = // position moving from 0% to 100% (1.0), time from 0ms to 500ms. in CreateMovingAnimation()
315 if (inYearMoving_) { in PlayInAnimation()
316 inYearMoving_->Play(); in PlayInAnimation()
383 if (inYearMoving_) { in StopInAnimation()
384 inYearMoving_->Stop(); in StopInAnimation()
H A Dpicker_animation_controller.h147 RefPtr<PickerAnimation> inYearMoving_; variable