Home
last modified time | relevance | path

Searched defs:maxSpace (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.cpp29 … int32_t index, float space, float maxSpace, float minSpace, RefPtr<SpringProperty> springProperty) in ChainAnimationNode()
69 ChainAnimation::ChainAnimation(float space, float maxSpace, float minSpace, RefPtr<SpringProperty> … in ChainAnimation()
212 void ChainAnimation::SetSpace(float space, float maxSpace, float minSpace) in SetSpace()
H A Dchain_animation.h48 void SetSpace(float space, float maxSpace, float minSpace) in SetSpace()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_attr_test_ng.cpp1534 constexpr float maxSpace = 2.f; variable
1587 constexpr float maxSpace = 10.f; variable
1640 constexpr float maxSpace = 10.f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_properties.h106 CalcDimension maxSpace; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2036 float maxSpace = chainAnimationOptions_.value().maxSpace.ConvertToPx(); in SetChainAnimation() local
2058 auto maxSpace = space * DEFAULT_MAX_SPACE_SCALE; in SetChainAnimation() local
2075 float maxSpace = options.maxSpace.ConvertToPx(); in SetChainAnimationOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp765 CalcDimension maxSpace; in SetChainAnimationOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h427 ArkUI_Float32 maxSpace; member