Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp642 if (!progressController_) { in UpdateDownloadStyles()
643 progressController_ = CREATE_ANIMATOR(pipelineContext); in UpdateDownloadStyles()
680 if (!progressController_) { in UpdateProgressAnimation()
692 progressController_->ClearInterpolators(); in UpdateProgressAnimation()
693 progressController_->AddInterpolator(animation); in UpdateProgressAnimation()
694 progressController_->SetDuration(static_cast<int32_t>(round(duration))); in UpdateProgressAnimation()
695 progressController_->SetIteration(1); in UpdateProgressAnimation()
696 progressController_->Stop(); in UpdateProgressAnimation()
697 progressController_->Play(); in UpdateProgressAnimation()
H A Drender_button.h159 RefPtr<Animator> progressController_; variable