Searched refs:hasContextMenuUsingGesture (Results 1 – 1 of 1) sorted by relevance
304 bool hasContextMenuUsingGesture = focusHub == nullptr in OnCollectTouchTarget() local611 … 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() local2231 …auto touchTask = [hasContextMenuUsingGesture, weak = WeakClaim(this)](const TouchEventInfo& info) { in AddTouchListener()2242 if (hasContextMenuUsingGesture) { in AddTouchListener()