Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_event_hub.h80 void SetDialogScrollStop(DialogTextEvent&& onScrollStopEvent) in SetDialogScrollStop() function
H A Dtextpicker_dialog_view.h49 …static void SetDialogScrollStop(const RefPtr<FrameNode>& frameNode, DialogTextEvent&& onScrollStop…
H A Dtextpicker_dialog_view.cpp114 SetDialogScrollStop(textPickerNode, std::move(scrollStopEvent)); in RangeShow()
270 SetDialogScrollStop(textPickerNode, std::move(scrollStopEvent)); in OptionsShow()
1013 void TextPickerDialogView::SetDialogScrollStop(const RefPtr<FrameNode>& frameNode, DialogTextEvent&… in SetDialogScrollStop() function in OHOS::Ace::NG::TextPickerDialogView
1018 eventHub->SetDialogScrollStop(std::move(onScrollStop)); in SetDialogScrollStop()