Home
last modified time | relevance | path

Searched refs:MIN_TRANSITION_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp25 constexpr double MIN_TRANSITION_TIME = 200.0; variable
215 if (animationTime < MIN_TRANSITION_TIME || NearEqual(previousPercentValue_, 100.0)) { in PrepareAnimation()
216 animationTime = MIN_TRANSITION_TIME; in PrepareAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.cpp27 constexpr double MIN_TRANSITION_TIME = 200.0; variable
134 if (animationTime < MIN_TRANSITION_TIME || NearEqual(prevousPercentValue_, 100.0)) { in UpdateAnimation()
135 animationTime = MIN_TRANSITION_TIME; in UpdateAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp29 constexpr double MIN_TRANSITION_TIME = 200.0; variable
686 if (LessNotEqual(duration, MIN_TRANSITION_TIME) || (previousValue_ == DOWNLOAD_FULL_PERCENT)) { in UpdateProgressAnimation()
687 duration = MIN_TRANSITION_TIME; in UpdateProgressAnimation()