Home
last modified time | relevance | path

Searched defs:SetMotionPath (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h568 void SetMotionPath(const MotionPathOption& option) override in SetMotionPath() function
Dview_abstract.cpp1923 void ViewAbstract::SetMotionPath(const MotionPathOption &motionPath) in SetMotionPath() function in OHOS::Ace::NG::ViewAbstract
2384 void ViewAbstract::SetMotionPath(FrameNode* frameNode, const MotionPathOption& motionPath) in SetMotionPath() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp811 void ViewAbstractModelImpl::SetMotionPath(const MotionPathOption& option) in SetMotionPath() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_common_modifier.cpp1976 void SetMotionPath(ArkUINodeHandle node, const char* path, float from, float to, ArkUI_Bool rotatab… in SetMotionPath() function
Dcommon_modifier.cpp1964 void SetMotionPath(NodeHandle node, const char* path, float from, float to, bool rotatable) in SetMotionPath() function
Dapi.h295 void (*SetMotionPath)(NodeHandle node, const char *path, float from, float to, bool rotatable); member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_common_bridge.cpp3059 ArkUINativeModuleValue CommonBridge::SetMotionPath(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetMotionPath() function in OHOS::Ace::NG::CommonBridge