Searched refs:UpdateAnimatableArithmeticProperty (Results 1 – 9 of 9) sorted by relevance
1258 FRAME_NODE->UpdateAnimatableArithmeticProperty(NAME, value);1262 FRAME_NODE->UpdateAnimatableArithmeticProperty(NAME, value);1272 FRAME_NODE->UpdateAnimatableArithmeticProperty("", value);
1511 void UpdateAnimatableArithmeticProperty( in UpdateAnimatableArithmeticProperty() function1514 ViewAbstract::UpdateAnimatableArithmeticProperty(propertyName, value); in UpdateAnimatableArithmeticProperty()
405 virtual void UpdateAnimatableArithmeticProperty(
689 …void UpdateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableAr…
444 static void UpdateAnimatableArithmeticProperty(
2851 void ViewAbstract::UpdateAnimatableArithmeticProperty( in UpdateAnimatableArithmeticProperty() function in OHOS::Ace::NG::ViewAbstract2856 frameNode->UpdateAnimatableArithmeticProperty(propertyName, value); in UpdateAnimatableArithmeticProperty()
3846 void FrameNode::UpdateAnimatableArithmeticProperty( in UpdateAnimatableArithmeticProperty() function in OHOS::Ace::NG::FrameNode
315 void UpdateAnimatableArithmeticProperty(const std::string& propertyName, in UpdateAnimatableArithmeticProperty() function
8541 …ViewAbstractModel::GetInstance()->UpdateAnimatableArithmeticProperty(propertyName, animatableArith… in JSUpdateAnimatableProperty()