Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1238 FRAME_NODE->CreateAnimatableArithmeticProperty(NAME, value, onCallbackEvent);
1240 FRAME_NODE->CreateAnimatableArithmeticProperty(NAME, value, onCallbackEvent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1505 …void CreateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableAr… in CreateAnimatableArithmeticProperty() function
1508 ViewAbstract::CreateAnimatableArithmeticProperty(propertyName, value, onCallbackEvent); in CreateAnimatableArithmeticProperty()
H A Dview_abstract_model.h402 virtual void CreateAnimatableArithmeticProperty(const std::string& propertyName,
H A Dframe_node.h687 …void CreateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableAr…
H A Dview_abstract.h441 static void CreateAnimatableArithmeticProperty(const std::string& propertyName,
H A Dview_abstract.cpp2842 void ViewAbstract::CreateAnimatableArithmeticProperty(const std::string& propertyName, in CreateAnimatableArithmeticProperty() function in OHOS::Ace::NG::ViewAbstract
2848 frameNode->CreateAnimatableArithmeticProperty(propertyName, value, onCallbackEvent); in CreateAnimatableArithmeticProperty()
H A Dframe_node.cpp3831 void FrameNode::CreateAnimatableArithmeticProperty(const std::string& propertyName, in CreateAnimatableArithmeticProperty() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h312 void CreateAnimatableArithmeticProperty(const std::string& propertyName, in CreateAnimatableArithmeticProperty() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp8519 ViewAbstractModel::GetInstance()->CreateAnimatableArithmeticProperty( in JSCreateAnimatableProperty()