Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp304 bool hasContextMenuUsingGesture = focusHub == nullptr in OnCollectTouchTarget() local
611 … longPressUpdateValue = [weak = WeakClaim(this), hasContextMenuUsingGesture = hasContextMenuUsingG… in OnCollectTouchTarget()
640 if (hasContextMenuUsingGesture) { in OnCollectTouchTarget()
645 …auto longPressUpdate = [weak = WeakClaim(this), hasContextMenuUsingGesture = hasContextMenuUsingGe… in OnCollectTouchTarget()
730 … [id = Container::CurrentId(), pointerId = info.GetPointerId(), hasContextMenuUsingGesture]() { in OnCollectTouchTarget()
736 if (dragDropManager->IsDraggingPressed(pointerId) || hasContextMenuUsingGesture) { in OnCollectTouchTarget()
2229 bool hasContextMenuUsingGesture = focusHub ? in AddTouchListener() local
2231 …auto touchTask = [hasContextMenuUsingGesture, weak = WeakClaim(this)](const TouchEventInfo& info) { in AddTouchListener()
2242 if (hasContextMenuUsingGesture) { in AddTouchListener()