Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.h134 static constexpr Dimension CHAIN_INTERVAL_DEFAULT = 20.0_vp; variable
144 Dimension interval_ { CHAIN_INTERVAL_DEFAULT };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp42 constexpr Dimension CHAIN_INTERVAL_DEFAULT = 20.0_vp; variable
649 listLayoutAlgorithm->SetChainInterval(CHAIN_INTERVAL_DEFAULT.ConvertToPx()); in SetChainAnimationLayoutAlgorithm()
2028 auto space = listLayoutProperty->GetSpace().value_or(CHAIN_INTERVAL_DEFAULT).ConvertToPx(); in SetChainAnimation()
2030 space = CHAIN_INTERVAL_DEFAULT.ConvertToPx(); in SetChainAnimation()
2071 auto space = listLayoutProperty->GetSpace().value_or(CHAIN_INTERVAL_DEFAULT).ConvertToPx(); in SetChainAnimationOptions()
2073 space = CHAIN_INTERVAL_DEFAULT.ConvertToPx(); in SetChainAnimationOptions()