Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_label.cpp32 preRunTime_(0), in LabelAnimator()
54 preRunTime_ = 0; in UpdateWidth()
70 preRunTime_ = curTime; in Callback()
73 if (curTime == preRunTime_) { in Callback()
76 …uint32_t time = (curTime > preRunTime_) ? (curTime - preRunTime_) : (UINT32_MAX - preRunTime_ + cu… in Callback()
81 preRunTime_ = curTime; in Callback()
112 uint32_t preRunTime_; member in OHOS::LabelAnimator
H A Dui_arc_label.cpp34 preRunTime_(0), in ArcLabelAnimator()
51 preRunTime_ = curTime; in Callback()
54 if (curTime == preRunTime_) { in Callback()
57 …uint32_t time = (curTime > preRunTime_) ? (curTime - preRunTime_) : (UINT32_MAX - preRunTime_ + cu… in Callback()
62 preRunTime_ = curTime; in Callback()
130 uint32_t preRunTime_; member in OHOS::ArcLabelAnimator