Searched refs:IsSelfAndParentDragForbidden (Results 1 – 2 of 2) sorted by relevance
295 bool IsSelfAndParentDragForbidden(const RefPtr<FrameNode>& frameNode) const;
183 bool DragEventActuator::IsSelfAndParentDragForbidden(const RefPtr<FrameNode>& frameNode) const in IsSelfAndParentDragForbidden() function in OHOS::Ace::NG::DragEventActuator230 if (IsSelfAndParentDragForbidden(frameNode)) { in IsCurrentNodeStatusSuitableForDragging()