Searched refs:IsDropAllowed (Results 1 – 4 of 4) sorted by relevance
728 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));780 ASSERT_FALSE(dragDropManager->IsDropAllowed(frameNode));832 ASSERT_FALSE(dragDropManager->IsDropAllowed(frameNode));936 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));1144 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));1196 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));1248 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));1300 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));1350 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));1400 ASSERT_TRUE(dragDropManager->IsDropAllowed(frameNode));[all …]
437 bool IsDropAllowed(const RefPtr<FrameNode>& dragFrameNode);
353 if (!IsDropAllowed(dragFrameNode)) { in UpdateDragAllowDrop()776 if (!IsDropAllowed(dragFrameNode)) { in HandleOnDragEnd()844 bool DragDropManager::IsDropAllowed(const RefPtr<FrameNode>& dragFrameNode) in IsDropAllowed() function in OHOS::Ace::NG::DragDropManager
2131 if (!dragManager->IsDropAllowed(host)) { in InitDragDropCallBack()