Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_event_hub.h82 dialogScrollStopEvent_ = std::move(onScrollStopEvent); in SetDialogScrollStop()
87 if (dialogScrollStopEvent_) { in FireDialogScrollStopEvent()
88 dialogScrollStopEvent_(info); in FireDialogScrollStopEvent()
117 DialogTextEvent dialogScrollStopEvent_; variable