Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_proxy.cpp62 void SelectOverlayProxy::UpdateSelectMenuInfo(const SelectMenuInfo& info) const in UpdateSelectMenuInfo() function in OHOS::Ace::NG::SelectOverlayProxy
66 pattern->UpdateSelectMenuInfo(info); in UpdateSelectMenuInfo()
69 void SelectOverlayProxy::UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updateA… in UpdateSelectMenuInfo() function in OHOS::Ace::NG::SelectOverlayProxy
73 pattern->UpdateSelectMenuInfo(updateAction); in UpdateSelectMenuInfo()
H A Dselect_overlay_proxy.h43 void UpdateSelectMenuInfo(const SelectMenuInfo& info) const;
45 void UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updateAction) const;
H A Dselect_overlay_client.cpp166 …proxy->UpdateSelectMenuInfo([newMenuInfo = selectOverlayInfo->menuInfo](SelectMenuInfo& menuInfo) { in UpdateShowingSelectOverlay()
175 …proxy->UpdateSelectMenuInfo([newMenuInfo = selectOverlayInfo->menuInfo](SelectMenuInfo& menuInfo) { in UpdateShowingSelectOverlay()
210 void SelectOverlayClient::UpdateSelectMenuInfo(std::function<void(SelectMenuInfo&)> updateAction) in UpdateSelectMenuInfo() function in OHOS::Ace::NG::SelectOverlayClient
214 selectOverlay->UpdateSelectMenuInfo(updateAction); in UpdateSelectMenuInfo()
295 UpdateSelectMenuInfo([](SelectMenuInfo& menuInfo) { menuInfo.menuIsShow = false; }); in OnParentScrollStartOrEnd()
H A Dselect_overlay_client.h128 void UpdateSelectMenuInfo(std::function<void(SelectMenuInfo&)> updateAction);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.h98 void UpdateSelectMenuInfo(const SelectMenuInfo& info);
100 void UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updateAction);
H A Dselect_overlay_pattern.cpp569 void SelectOverlayPattern::UpdateSelectMenuInfo(const SelectMenuInfo& info) in UpdateSelectMenuInfo() function in OHOS::Ace::NG::SelectOverlayPattern
588 void SelectOverlayPattern::UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updat… in UpdateSelectMenuInfo() function in OHOS::Ace::NG::SelectOverlayPattern
593 UpdateSelectMenuInfo(shadowMenuInfo); in UpdateSelectMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_proxy_test_ng.cpp101 selectOverlayProxy->UpdateSelectMenuInfo(selectMenuInfo);
H A Dselect_overlay_manager_test_ng.cpp1486 HWTEST_F(SelectOverlayManagerTestNg, UpdateSelectMenuInfo, TestSize.Level1)
1494 client.UpdateSelectMenuInfo(updateAction);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp363 menuPattern->UpdateSelectMenuInfo(menuInfo); in MarkInfoChange()
371 menuPattern->UpdateSelectMenuInfo(oldMenuInfo); in MarkInfoChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp283 pattern->UpdateSelectMenuInfo(menuInfo); in OnUpdateMenuInfo()
H A Drich_editor_pattern.h1026 void UpdateSelectMenuInfo(SelectMenuInfo& selectInfo);
H A Drich_editor_pattern.cpp8089 void RichEditorPattern::UpdateSelectMenuInfo(SelectMenuInfo& menuInfo) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1930 pattern->UpdateSelectMenuInfo(infoMenu);
2981 pattern->UpdateSelectMenuInfo(infoMenu);
3079 pattern->UpdateSelectMenuInfo(infoMenu);
3176 pattern->UpdateSelectMenuInfo(infoMenu);
3553 pattern->UpdateSelectMenuInfo(updateAction);
3555 pattern->UpdateSelectMenuInfo(updateAction1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3700 selectOverlayProxy_->UpdateSelectMenuInfo([](SelectMenuInfo& menuInfo) { in OnParentScrollStartOrEndCallback()
5330 selectOverlayProxy_->UpdateSelectMenuInfo(selectMenuInfo_); in UpdateTouchHandleForOverlay()