Searched refs:DEFAULT_STIFFNESS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_model.h | 57 static constexpr double DEFAULT_STIFFNESS = 228.0; 66 double stiffness_ = DEFAULT_STIFFNESS;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_test_ng.h | 44 constexpr float DEFAULT_STIFFNESS = 228; variable
|
H A D | list_attr_test_ng.cpp | 1543 .stiffness = DEFAULT_STIFFNESS, 1596 .stiffness = DEFAULT_STIFFNESS, 1649 .stiffness = DEFAULT_STIFFNESS,
|
H A D | list_scroller_event_test_ng.cpp | 248 …model.SetChainAnimationOptions({ Dimension(0), Dimension(10), 0, 0, 0, DEFAULT_STIFFNESS, DEFAULT_…
|
H A D | list_layout_test_ng.cpp | 887 …model.SetChainAnimationOptions({ Dimension(0), Dimension(10), 0, 0, 0, DEFAULT_STIFFNESS, DEFAULT_…
|