Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp28 constexpr float POSITION_ANIMATION_COLLAPSE_TIME = 0.333f; variable
374 … float secondKeyTime = expand_ ? POSITION_ANIMATION_EXPAND_TIME : POSITION_ANIMATION_COLLAPSE_TIME; in createPositionAnimation()