Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h160 bool hasContextMenu);
H A Ddrag_event.cpp1317 bool hasContextMenu = focusHub == nullptr in SetPixelMap() local
1319 ShowPixelMapAnimation(imageNode, frameNode, hasContextMenu); in SetPixelMap()
1566 const RefPtr<FrameNode>& frameNode, bool hasContextMenu) in ShowPixelMapAnimation() argument
1584 [imageNode, hasContextMenu, weak = WeakClaim(RawPtr(frameNode))]() mutable { in ShowPixelMapAnimation()
1589 if (hasContextMenu) { in ShowPixelMapAnimation()
H A Dgesture_event_hub.cpp1027 bool hasContextMenu = focusHub == nullptr in OnDragStart() local
1035 if (hasContextMenu || isMenuShow) { in OnDragStart()
1183 if (hasContextMenu) { in OnDragStart()