Searched refs:DEFAULT_DAMPING (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_model.h | 59 static constexpr double DEFAULT_DAMPING = 30.0; variable 68 double damping_ = DEFAULT_DAMPING;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_test_ng.h | 45 constexpr float DEFAULT_DAMPING = 30; variable
|
H A D | list_attr_test_ng.cpp | 1544 .damping = DEFAULT_DAMPING, 1597 .damping = DEFAULT_DAMPING, 1650 .damping = DEFAULT_DAMPING,
|
H A D | list_scroller_event_test_ng.cpp | 248 …hainAnimationOptions({ Dimension(0), Dimension(10), 0, 0, 0, DEFAULT_STIFFNESS, DEFAULT_DAMPING });
|
H A D | list_layout_test_ng.cpp | 887 …hainAnimationOptions({ Dimension(0), Dimension(10), 0, 0, 0, DEFAULT_STIFFNESS, DEFAULT_DAMPING });
|