Home
last modified time | relevance | path

Searched refs:GetControlNode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.cpp78 auto node = springAdapter_->GetControlNode(); in SetValue()
92 auto node = springAdapter_->GetControlNode(); in EndToPosition()
100 auto currentNode = springAdapter_->GetControlNode(); in Cancel()
123 auto controlNode = springAdapter_->GetControlNode(); in SetParams()
H A Dsimple_spring_chain.h176 RefPtr<SpringNode> GetControlNode() const in GetControlNode() function
178 return springAdapter_->GetControlNode(); in GetControlNode()
H A Dsimple_spring_node.cpp62 if (Claim(this) != adapter_->GetControlNode()) { in NotifyNext()
85 auto controlNode = adapter_->GetControlNode(); in EndToValue()
H A Dsimple_spring_adapter.h39 RefPtr<SpringNode> GetControlNode() const override in GetControlNode() function
H A Dspring_adapter.h47 virtual RefPtr<SpringNode> GetControlNode() const = 0;
H A Dbilateral_spring_adapter.cpp22 auto controlNode = GetControlNode(); in ResetControl()
H A Dbilateral_spring_node.cpp31 if (Claim(this) != adapter_->GetControlNode() || adapter_->GetSize() < 2) { in NotifyNext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp177 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode());
202 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode());
234 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode());