Searched refs:GetControlNode (Results 1 – 8 of 8) sorted by relevance
78 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()
176 RefPtr<SpringNode> GetControlNode() const in GetControlNode() function178 return springAdapter_->GetControlNode(); in GetControlNode()
62 if (Claim(this) != adapter_->GetControlNode()) { in NotifyNext()85 auto controlNode = adapter_->GetControlNode(); in EndToValue()
39 RefPtr<SpringNode> GetControlNode() const override in GetControlNode() function
47 virtual RefPtr<SpringNode> GetControlNode() const = 0;
22 auto controlNode = GetControlNode(); in ResetControl()
31 if (Claim(this) != adapter_->GetControlNode() || adapter_->GetSize() < 2) { in NotifyNext()
177 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode());202 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode());234 auto controlNode = AceType::DynamicCast<SimpleSpringNode>(adapter_->GetControlNode());