Searched defs:ArkUIChainAnimationOptionsType (Results 1 – 2 of 2) sorted by relevance
174 struct ArkUIChainAnimationOptionsType { struct175 double minSpace;176 double maxSpace;177 double conductivity;178 double intensity;179 double stiffness;180 double damping;181 int32_t edgeEffect;182 int32_t minSpaceUnits;183 int32_t maxSpaceUnits;
415 struct ArkUIChainAnimationOptionsType { struct416 ArkUI_Float32 minSpace;417 ArkUI_Float32 maxSpace;418 ArkUI_Float32 conductivity;419 ArkUI_Float32 intensity;420 ArkUI_Float32 stiffness;421 ArkUI_Float32 damping;422 ArkUI_Int32 edgeEffect;423 ArkUI_Int32 minSpaceUnits;424 ArkUI_Int32 maxSpaceUnits;