Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_event.h213 void SetCopy(bool copy) in SetCopy() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp326 dragEvent_->SetCopy(!static_cast<bool>(args[0]->ToNumber<int32_t>())); in SetDragBehavior()