Home
last modified time | relevance | path

Searched refs:runTime_ (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/frameworks/animator/
H A Danimator.cpp30 runTime_ = 0; in Start()
61 runTime_ = (UINT32_MAX - elapse > runTime_) ? (runTime_ + elapse) : period_; in Run()
63 if (!repeat_ && (runTime_ >= period_)) { in Run()
64 runTime_ = period_; in Run()
/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Danimator.h115 : callback_(nullptr), view_(nullptr), state_(STOP), period_(0), repeat_(false), runTime_(0), lastRunTime_(0) in Animator()
133 : callback_(callback), view_(view), state_(STOP), period_(time), repeat_(repeat), runTime_(0), lastRunTime_(0) in Animator()
244 return runTime_; in GetRunTime()
257 runTime_ = runTime; in SetRunTime()
280 uint32_t runTime_; member in OHOS::Animator
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp57 runTime_ = 0; in UICheckBox()
198 if ((runTime_ != 0) && (checkBoxAnimator_.GetTime() != runTime_)) { in ResetCallback()
199 checkBoxAnimator_.SetRunTime(checkBoxAnimator_.GetTime() - runTime_); in ResetCallback()
205 runTime_ = checkBoxAnimator_.GetRunTime(); in Callback()
206 float x = static_cast<float>(runTime_) / checkBoxAnimator_.GetTime(); in Callback()
H A Dui_radio_button.cpp167 runTime_ = checkBoxAnimator_.GetRunTime(); in Callback()
168 float x = static_cast<float>(runTime_) / checkBoxAnimator_.GetTime(); in Callback()
H A Dui_toggle_button.cpp125 runTime_ = checkBoxAnimator_.GetRunTime(); in Callback()
126 float x = static_cast<float>(runTime_) / checkBoxAnimator_.GetTime(); in Callback()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_checkbox.h277 uint32_t runTime_; member in OHOS::UICheckBox

Completed in 3 milliseconds