Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp755 auto imageGestureHub = hub->GetOrCreateGestureEventHub(); in SetPixelMap() local
756 CHECK_NULL_VOID(imageGestureHub); in SetPixelMap()
757 InitPanEvent(gestureHub, imageGestureHub, wrapperNode); in SetPixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp783 auto imageGestureHub = imageNode->GetOrCreateGestureEventHub(); in EnableOneStepDrag() local
784 CHECK_NULL_VOID(imageGestureHub); in EnableOneStepDrag()
785 imageGestureHub->InitDragDropEvent(); in EnableOneStepDrag()