Home
last modified time | relevance | path

Searched refs:GetUseCustomDropAnimation (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.h70 void GetUseCustomDropAnimation(const JSCallbackInfo& args);
H A Djs_drag_function.cpp123 …"useCustomDropAnimation", &JsDragEvent::GetUseCustomDropAnimation, &JsDragEvent::SetUseCustomDropA… in JSBind()
277 void JsDragEvent::GetUseCustomDropAnimation(const JSCallbackInfo& args) in GetUseCustomDropAnimation() function in OHOS::Ace::Framework::JsDragEvent