Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp407 selectPopup_->HideDialog(SELECT_INVALID_INDEX); in HandleRawEvent()
453 selectPopup_->HideDialog(SELECT_INVALID_INDEX); in ProcessTouchUp()
570 selectPopup_->HideDialog(SELECT_INVALID_INDEX); in ScreenDirectionSwitched()
H A Dselect_popup_component.cpp121 void SelectPopupComponent::HideDialog(uint32_t index) in HideDialog() function in OHOS::Ace::SelectPopupComponent
358 HideDialog(index); in HandleOptionClick()
H A Dselect_popup_component.h250 void HideDialog(uint32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp109 refPtr->HideDialog(); in InitDatePicker()
H A Dpicker_base_component.h285 bool HideDialog();
H A Dpicker_base_component.cpp139 bool PickerBaseComponent::HideDialog() in HideDialog() function in OHOS::Ace::PickerBaseComponent
H A Drender_picker_base.cpp607 data_->HideDialog(); in HandleFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp151 selectPopup->HideDialog(SELECT_INVALID_INDEX); in HandleClickedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1147 menu->HideDialog(SELECT_INVALID_INDEX); in CloseContextMenu()