/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_proxy.cpp | 62 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 D | select_overlay_proxy.h | 43 void UpdateSelectMenuInfo(const SelectMenuInfo& info) const; 45 void UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updateAction) const;
|
H A D | select_overlay_client.cpp | 166 …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 D | select_overlay_client.h | 128 void UpdateSelectMenuInfo(std::function<void(SelectMenuInfo&)> updateAction);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.h | 98 void UpdateSelectMenuInfo(const SelectMenuInfo& info); 100 void UpdateSelectMenuInfo(std::function<void(SelectMenuInfo& menuInfo)> updateAction);
|
H A D | select_overlay_pattern.cpp | 569 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 D | select_overlay_proxy_test_ng.cpp | 101 selectOverlayProxy->UpdateSelectMenuInfo(selectMenuInfo);
|
H A D | select_overlay_manager_test_ng.cpp | 1486 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 D | select_content_overlay_manager.cpp | 363 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 D | rich_editor_select_overlay.cpp | 283 pattern->UpdateSelectMenuInfo(menuInfo); in OnUpdateMenuInfo()
|
H A D | rich_editor_pattern.h | 1026 void UpdateSelectMenuInfo(SelectMenuInfo& selectInfo);
|
H A D | rich_editor_pattern.cpp | 8089 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 D | select_overlay_test_ng.cpp | 1930 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 D | web_pattern.cpp | 3700 selectOverlayProxy_->UpdateSelectMenuInfo([](SelectMenuInfo& menuInfo) { in OnParentScrollStartOrEndCallback() 5330 selectOverlayProxy_->UpdateSelectMenuInfo(selectMenuInfo_); in UpdateTouchHandleForOverlay()
|