Searched refs:IsAllowedDrag (Results 1 – 7 of 7) sorted by relevance
915 auto result = guestureEventHub->IsAllowedDrag(eventHub);922 result = guestureEventHub->IsAllowedDrag(eventHub);928 result = guestureEventHub->IsAllowedDrag(eventHub);934 result = guestureEventHub->IsAllowedDrag(eventHub);939 result = guestureEventHub->IsAllowedDrag(eventHub);1110 auto retFlag = gestureEventHub->IsAllowedDrag(eventHub);
564 EXPECT_EQ(dragEventActuator->IsAllowedDrag(), true);573 EXPECT_EQ(dragEventActuator->IsAllowedDrag(), false);
275 bool isAllowedDrag = IsAllowedDrag(); in HandleOnPanActionCancel()695 bool isAllowedDrag = actuator->IsAllowedDrag(); in OnCollectTouchTarget()776 bool isAllowedDrag = gestureHub->IsAllowedDrag(eventHub); in OnCollectTouchTarget()1619 if (!gestureHub->IsAllowedDrag(eventHub) || gestureHub->GetTextDraggable()) { in ExecutePreDragAction()1725 bool isAllowedDrag = IsAllowedDrag(); in HideTextAnimation()1859 bool DragEventActuator::IsAllowedDrag() in IsAllowedDrag() function in OHOS::Ace::NG::DragEventActuator1867 bool isAllowedDrag = gestureHub->IsAllowedDrag(eventHub); in IsAllowedDrag()2165 bool isAllowedDrag = gestureHub->IsAllowedDrag(eventHub); in IsSelectedItemNode()
164 bool IsAllowedDrag();
658 bool IsAllowedDrag(RefPtr<EventHub> eventHub);
489 bool GestureEventHub::IsAllowedDrag(RefPtr<EventHub> eventHub) in IsAllowedDrag() function in OHOS::Ace::NG::GestureEventHub790 if (!IsAllowedDrag(eventHub)) { in HandleOnDragStart()
853 …auto isAllowedDrag = gestureEventHub->IsAllowedDrag(eventHub) && !gestureEventHub->GetTextDraggabl… in SetPreviewInfoToMenu()