/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 1047 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 D | view_abstract.h | 381 static void SetMotionPath(const MotionPathOption& motionPath); 545 static void SetMotionPath(FrameNode* frameNode, const MotionPathOption& motionPath);
|
H A D | view_abstract_model_ng.h | 709 void SetMotionPath(const MotionPathOption& option) override in SetMotionPath() function 711 ViewAbstract::SetMotionPath(option); in SetMotionPath()
|
H A D | view_abstract_model.h | 207 virtual void SetMotionPath(const MotionPathOption& option) = 0;
|
H A D | view_abstract.cpp | 2703 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 D | view_abstract_model_impl.h | 140 void SetMotionPath(const MotionPathOption& option) override;
|
H A D | view_abstract_model_impl.cpp | 812 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 D | arkts_native_common_bridge.h | 137 static ArkUINativeModuleValue SetMotionPath(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 3697 ArkUINativeModuleValue CommonBridge::SetMotionPath(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetMotionPath() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 651 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 D | node_common_modifier.cpp | 2593 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 D | js_view_abstract.cpp | 6971 ViewAbstractModel::GetInstance()->SetMotionPath(MotionPathOption()); in JsMotionPath() 6976 ViewAbstractModel::GetInstance()->SetMotionPath(motionPathOption); in JsMotionPath() 6979 ViewAbstractModel::GetInstance()->SetMotionPath(MotionPathOption()); in JsMotionPath()
|