Searched refs:Stiffness (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_model.cpp | 55 double SpringProperty::Stiffness() const in Stiffness() function in OHOS::Ace::SpringProperty 78 …le cmk = spring->Damping() * spring->Damping() - HIGH_RATIO * spring->Mass() * spring->Stiffness(); in Build() 123 …le cmk = spring->Damping() * spring->Damping() - HIGH_RATIO * spring->Mass() * spring->Stiffness(); in OverdampedModel() 152 …w_ = sqrt(HIGH_RATIO * spring->Mass() * spring->Stiffness() - spring->Damping() * spring->Damping(… in UnderdampedModel()
|
H A D | simple_spring_adapter.cpp | 59 std::to_string(node->GetTransferParams()->Stiffness()) + "; "; in DumpNodes()
|
H A D | spring_model.h | 47 double Stiffness() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/ |
H A D | spring_chain_test.cpp | 183 EXPECT_NEAR(176.54, node->GetTransferParams()->Stiffness(), ERROR_BOUND); 186 EXPECT_NEAR(132.13, node->GetTransferParams()->Stiffness(), ERROR_BOUND); 208 EXPECT_NEAR(199.0, node->GetTransferParams()->Stiffness(), ERROR_BOUND); 211 EXPECT_NEAR(191.0, node->GetTransferParams()->Stiffness(), ERROR_BOUND);
|
/ohos5.0/docs/zh-cn/design/ux-design/ |
H A D | animation-attributes.md | 106 | Stiffness 刚性 | 单位形变量所需弹力的大小 | 126 interpolatingSpring:Stiffness:128,Damping:12 ,Msss:1,Velocity:0
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | animation-attributes.md | 114 | Stiffness| Extent to which an object resists deformation in response to an applied force.| 134 Interpolating spring: Stiffness: 128, Damping: 12, Msss: 1, Velocity: 0
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-curve.md | 151 | stiffness | number | Yes | Stiffness. It is the degree to which an object deforms by resisting t… 253 | stiffness | number | Yes | Stiffness. It is the degree to which an object deforms by resisting … 403 | stiffness | number | Yes | Stiffness. It is the degree to which an object deforms by resisting …
|
H A D | _ark_u_i___native_module.md | 6779 | stiffness | Stiffness. It is the degree to which an object deforms by resisting the force applied… 6832 | stiffness | Stiffness. It is the degree to which an object deforms by resisting the force applied…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_layout_manager.cpp | 369 chain_->SetControlStiffness(springProperty->Stiffness()); in FlushChainAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 2124 chain_->SetControlStiffness(springProperty->Stiffness()); in FlushChainAnimation()
|