Home
last modified time | relevance | path

Searched refs:UseCustomAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h203 void UseCustomAnimation(bool useCustomAnimation) in UseCustomAnimation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp146 info->UseCustomAnimation(event.dragEvent.useCustomDropAnimation); in SetOnDragDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp273 dragEvent_->UseCustomAnimation(args[0]->ToBoolean()); in SetUseCustomDropAnimation()