Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp39 constexpr float TOAST_ANIMATION_TIME = 100.0f; variable
59 float midFrameTime = TOAST_ANIMATION_TIME / toastDurationTime_; in InitToastAnimation()
60 float stopFrameTime = END_FRAME_TIME - TOAST_ANIMATION_TIME / toastDurationTime_; in InitToastAnimation()