Home
last modified time | relevance | path

Searched defs:menuInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
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()
295 UpdateSelectMenuInfo([](SelectMenuInfo& menuInfo) { menuInfo.menuIsShow = false; }); in OnParentScrollStartOrEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_holder.h74 virtual void OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) {} in OnUpdateMenuInfo()
H A Dselect_content_overlay_manager.cpp174 SelectMenuInfo menuInfo; in UpdateStatusInfos() local
361 SelectMenuInfo menuInfo; in MarkInfoChange() local
367 …SelectMenuInfo menuInfo = { .showCopy = oldMenuInfo.showCopy, .showCopyAll = oldMenuInfo.showCopyA… in MarkInfoChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp65 void WebContextSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dir… in OnUpdateMenuInfo()
H A Dweb_pattern.cpp3700 selectOverlayProxy_->UpdateSelectMenuInfo([](SelectMenuInfo& menuInfo) { in OnParentScrollStartOrEndCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp268 void RichEditorSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dir… in OnUpdateMenuInfo()
H A Drich_editor_pattern.cpp8089 void RichEditorPattern::UpdateSelectMenuInfo(SelectMenuInfo& menuInfo) in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp316 void TextSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirtyFlag) in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp250 void TextFieldSelectOverlay::OnUpdateMenuInfo(SelectMenuInfo& menuInfo, SelectOverlayDirtyFlag dirt… in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h295 SelectMenuInfo menuInfo; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp3119 SelectMenuInfo menuInfo; variable