Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h295 bool IsSelfAndParentDragForbidden(const RefPtr<FrameNode>& frameNode) const;
H A Ddrag_event.cpp183 bool DragEventActuator::IsSelfAndParentDragForbidden(const RefPtr<FrameNode>& frameNode) const in IsSelfAndParentDragForbidden() function in OHOS::Ace::NG::DragEventActuator
230 if (IsSelfAndParentDragForbidden(frameNode)) { in IsCurrentNodeStatusSuitableForDragging()