Home
last modified time | relevance | path

Searched refs:UpdateAnimatableArithmeticProperty (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1258 FRAME_NODE->UpdateAnimatableArithmeticProperty(NAME, value);
1262 FRAME_NODE->UpdateAnimatableArithmeticProperty(NAME, value);
1272 FRAME_NODE->UpdateAnimatableArithmeticProperty("", value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1511 void UpdateAnimatableArithmeticProperty( in UpdateAnimatableArithmeticProperty() function
1514 ViewAbstract::UpdateAnimatableArithmeticProperty(propertyName, value); in UpdateAnimatableArithmeticProperty()
H A Dview_abstract_model.h405 virtual void UpdateAnimatableArithmeticProperty(
H A Dframe_node.h689 …void UpdateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableAr…
H A Dview_abstract.h444 static void UpdateAnimatableArithmeticProperty(
H A Dview_abstract.cpp2851 void ViewAbstract::UpdateAnimatableArithmeticProperty( in UpdateAnimatableArithmeticProperty() function in OHOS::Ace::NG::ViewAbstract
2856 frameNode->UpdateAnimatableArithmeticProperty(propertyName, value); in UpdateAnimatableArithmeticProperty()
H A Dframe_node.cpp3846 void FrameNode::UpdateAnimatableArithmeticProperty( in UpdateAnimatableArithmeticProperty() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h315 void UpdateAnimatableArithmeticProperty(const std::string& propertyName, in UpdateAnimatableArithmeticProperty() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8541 …ViewAbstractModel::GetInstance()->UpdateAnimatableArithmeticProperty(propertyName, animatableArith… in JSUpdateAnimatableProperty()