Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.h35 bool isCloseButton = false, bool canDrag = false);
H A Dcontainer_modal_view.cpp191 …ernalResource::ResourceId icon, GestureEventFunc&& clickCallback, bool isCloseButton, bool canDrag) in BuildControlButton() argument
256 buttonNode->SetDraggable(canDrag); in BuildControlButton()