Home
last modified time | relevance | path

Searched refs:SetMotionPath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp1047 ViewAbstract::SetMotionPath(std::move(motionPath));
1048 ViewAbstract::SetMotionPath(nullptr, std::move(motionPath));
1092 ViewAbstract::SetMotionPath(std::move(motionPath));
1550 ViewAbstract::SetMotionPath(std::move(motionPath));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h381 static void SetMotionPath(const MotionPathOption& motionPath);
545 static void SetMotionPath(FrameNode* frameNode, const MotionPathOption& motionPath);
H A Dview_abstract_model_ng.h709 void SetMotionPath(const MotionPathOption& option) override in SetMotionPath() function
711 ViewAbstract::SetMotionPath(option); in SetMotionPath()
H A Dview_abstract_model.h207 virtual void SetMotionPath(const MotionPathOption& option) = 0;
H A Dview_abstract.cpp2703 void ViewAbstract::SetMotionPath(const MotionPathOption& motionPath) in SetMotionPath() function in OHOS::Ace::NG::ViewAbstract
3300 void ViewAbstract::SetMotionPath(FrameNode* frameNode, const MotionPathOption& motionPath) in SetMotionPath() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h140 void SetMotionPath(const MotionPathOption& option) override;
H A Dview_abstract_model_impl.cpp812 void ViewAbstractModelImpl::SetMotionPath(const MotionPathOption& option) in SetMotionPath() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.h137 static ArkUINativeModuleValue SetMotionPath(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp3697 ArkUINativeModuleValue CommonBridge::SetMotionPath(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetMotionPath() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp651 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetMotionPath)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2593 void SetMotionPath(ArkUINodeHandle node, ArkUI_CharPtr path, ArkUI_Float32 from, ArkUI_Float32 to, … in SetMotionPath() function
2603 ViewAbstract::SetMotionPath(frameNode, motionPathOption); in SetMotionPath()
2611 ViewAbstract::SetMotionPath(frameNode, motionPathOption); in ResetMotionPath()
6276 …ResetForegroundColor, SetMotionPath, ResetMotionPath, SetMotionBlur, ResetMotionBlur, SetGroupDefa… in GetCommonModifier()
6350 …ResetForegroundColor, SetMotionPath, ResetMotionPath, SetMotionBlur, ResetMotionBlur, SetGroupDefa… in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp6971 ViewAbstractModel::GetInstance()->SetMotionPath(MotionPathOption()); in JsMotionPath()
6976 ViewAbstractModel::GetInstance()->SetMotionPath(motionPathOption); in JsMotionPath()
6979 ViewAbstractModel::GetInstance()->SetMotionPath(MotionPathOption()); in JsMotionPath()