Searched refs:CreateAnimatableArithmeticProperty (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng.cpp | 1238 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 D | view_abstract_model_ng.h | 1505 …void CreateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableAr… in CreateAnimatableArithmeticProperty() function 1508 ViewAbstract::CreateAnimatableArithmeticProperty(propertyName, value, onCallbackEvent); in CreateAnimatableArithmeticProperty()
|
H A D | view_abstract_model.h | 402 virtual void CreateAnimatableArithmeticProperty(const std::string& propertyName,
|
H A D | frame_node.h | 687 …void CreateAnimatableArithmeticProperty(const std::string& propertyName, RefPtr<CustomAnimatableAr…
|
H A D | view_abstract.h | 441 static void CreateAnimatableArithmeticProperty(const std::string& propertyName,
|
H A D | view_abstract.cpp | 2842 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 D | frame_node.cpp | 3831 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 D | view_abstract_model_impl.h | 312 void CreateAnimatableArithmeticProperty(const std::string& propertyName, in CreateAnimatableArithmeticProperty() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 8519 ViewAbstractModel::GetInstance()->CreateAnimatableArithmeticProperty( in JSCreateAnimatableProperty()
|