Home
last modified time | relevance | path

Searched refs:formAnimationStartTime_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.h182 int64_t formAnimationStartTime_ = 0; variable
H A Dimage_animator_pattern.cpp548 … DEFAULT_DURATION - (GetMicroTickCount() - formAnimationStartTime_) / MICROSEC_TO_MILLISEC; in UpdateFormDurationByRemainder()
563 formAnimationStartTime_ = GetMicroTickCount(); in ResetFormAnimationStartTime()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1175 formAnimationStartTime_ = time; in SetFormAnimationStartTime()
1180 return formAnimationStartTime_; in GetFormAnimationStartTime()
1631 int64_t formAnimationStartTime_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h557 int64_t formAnimationStartTime_ = 0; variable
H A Dimage_pattern.cpp2023 … DEFAULT_DURATION - (GetMicroTickCount() - formAnimationStartTime_) / MICROSEC_TO_MILLISEC; in UpdateFormDurationByRemainder()
2038 formAnimationStartTime_ = GetMicroTickCount(); in ResetFormAnimationStartTime()