Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h281 void SetDoubleClickEvent(GestureEventFunc&& onDoubleClick_) in SetDoubleClickEvent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp904 IF_TRUE(options.onDoubleClick, spanItem->SetDoubleClickEvent(std::move(options.onDoubleClick))); in SetGestureOptions()