Home
last modified time | relevance | path

Searched refs:Stiffness (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_model.cpp55 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 Dsimple_spring_adapter.cpp59 std::to_string(node->GetTransferParams()->Stiffness()) + "; "; in DumpNodes()
H A Dspring_model.h47 double Stiffness() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp183 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 Danimation-attributes.md106 | Stiffness 刚性 | 单位形变量所需弹力的大小 |
126 interpolatingSpring:Stiffness:128,Damping:12 ,Msss:1,Velocity:0
/ohos5.0/docs/en/design/ux-design/
H A Danimation-attributes.md114 | 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 Djs-apis-curve.md151 | 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.md6779 | 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 Dlist_layout_manager.cpp369 chain_->SetControlStiffness(springProperty->Stiffness()); in FlushChainAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2124 chain_->SetControlStiffness(springProperty->Stiffness()); in FlushChainAnimation()