Home
last modified time | relevance | path

Searched refs:SetUseCustomDropAnimation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.h69 void SetUseCustomDropAnimation(const JSCallbackInfo& args);
H A Djs_drag_function.cpp123 …mDropAnimation", &JsDragEvent::GetUseCustomDropAnimation, &JsDragEvent::SetUseCustomDropAnimation); in JSBind()
270 void JsDragEvent::SetUseCustomDropAnimation(const JSCallbackInfo& args) in SetUseCustomDropAnimation() function in OHOS::Ace::Framework::JsDragEvent