Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.cpp56 constexpr float CURRENT_DURATION = 0.25f; variable
298 …otion = MakeRefPtr<ResponsiveSpringMotion>(SPRINGMOTION_RESPONSE, CURRENT_RATIO, CURRENT_DURATION); in AddButtonHover()