Home
last modified time | relevance | path

Searched refs:showMenu (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_mgr.h73 void SetSelectState(int32_t start, int32_t end, bool showMenu) in SetSelectState() argument
77 showMenu_ = showMenu; in SetSelectState()
80 bool HasSelectChanged(int32_t start, int32_t end, bool showMenu) in HasSelectChanged() argument
82 return (sInd_ != start || eInd_ != end || showMenu_ != showMenu); in HasSelectChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event_hub.cpp80 void InputEventHub::BindContextMenu(OnMouseEventFunc&& showMenu) in BindContextMenu() argument
85 showMenu_ = MakeRefPtr<InputEvent>(std::move(showMenu)); in BindContextMenu()
H A Dinput_event_hub.h159 void BindContextMenu(OnMouseEventFunc&& showMenu);
H A Dgesture_event_hub.h371 void BindMenu(GestureEventFunc&& showMenu);
H A Dgesture_event_hub.cpp1439 void GestureEventHub::BindMenu(GestureEventFunc&& showMenu) in BindMenu() argument
1444 showMenu_ = MakeRefPtr<ClickEvent>(std::move(showMenu)); in BindMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Doverlay_show_option.h32 bool showMenu = false; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/
H A Dstylus_detector_interface.h73 bool showMenu; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp534 overlay->showOption_.showMenu = option.showMenu; in UpdateWeakWeb()
543 showOption_.showMenu = web->TextOverlayMenuShouldShow(); in UpdateWeakWeb()
824 if (!isSingleHandle_ || showOption_.showMenu) { in TouchTest()
875 showOption_.showMenu = true; in HandleClick()
890 showOption_.showMenu = true; in HandleDragStart()
H A Drosen_render_text_overlay.cpp59 if ((!isSingleHandle_ || showOption_.showMenu) && !showMagnifier_) { in Paint()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_callback.cpp219 static_cast<int32_t>(eInd.position_), choiceTextOption.showMenu)) { in ChoiceText()
223 static_cast<int32_t>(eInd.position_), choiceTextOption.showMenu); in ChoiceText()
229 if (choiceTextOption.showMenu) { in ChoiceText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp59 GestureEventFunc showMenu; in BindMenuGesture() local
62 showMenu = [params, weakTarget, menuParam](GestureEvent& info) mutable { in BindMenuGesture()
70showMenu = [builderFunc = std::move(buildFunc), weakTarget, menuParam](const GestureEvent& info) m… in BindMenuGesture()
83 gestureHub->BindMenu(std::move(showMenu)); in BindMenuGesture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1573 auto showMenu = menuComponent->GetTargetCallback(); in BindContextMenu() local
1577 showMenu("", info.GetScreenLocation()); in BindContextMenu()
1579 showMenu("", info.GetGlobalLocation()); in BindContextMenu()
1591 auto showMenu = menuComponent->GetTargetCallback(); in BindContextMenu() local
1593 showMenu("", info.GetScreenLocation()); in BindContextMenu()
1595 showMenu("", info.GetGlobalLocation()); in BindContextMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp240 OverlayShowOption option { .showMenu = isOverlayShowed_, in ShowTextOverlay()
308 OverlayShowOption option { .showMenu = isOverlayShowed_, in UpdateOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp538 OverlayShowOption option { .showMenu = isOverlayShowed_, in ShowTextOverlay()
657 OverlayShowOption option { .showMenu = isOverlayShowed_, in UpdateOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp949 .showMenu = showTextOveralyMenu_, in OnTouchSelectionChanged()
965 .showMenu = true, in OnTouchSelectionChanged()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md4591 @State showMenu: boolean = false;
4606 this.showMenu = false;
4615 this.showMenu = false;
4624 this.showMenu = false;
4633 this.showMenu = false;
4647 this.showMenu = false;
4656 this.showMenu = false;
4675 this.showMenu = true;
4680 .bindPopup(this.showMenu,
4689 this.showMenu = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp907 OverlayShowOption option { .showMenu = isOverlayShowed_, in ShowTextOverlay()
2036 OverlayShowOption option { .showMenu = isOverlayShowed_, in UpdateOverlay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h909 void HandleOnSelectAll(bool isKeyEvent, bool inlineStyle = false, bool showMenu = false);
H A Dtext_field_pattern.cpp1435 void TextFieldPattern::HandleOnSelectAll(bool isKeyEvent, bool inlineStyle, bool showMenu) in HandleOnSelectAll() argument
1469 selectOverlay_->ProcessSelectAllOverlay({ .menuIsShow = showMenu, .animation = true }); in HandleOnSelectAll()
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md4591 @State showMenu: boolean = false;
4606 this.showMenu = false;
4615 this.showMenu = false;
4624 this.showMenu = false;
4633 this.showMenu = false;
4647 this.showMenu = false;
4656 this.showMenu = false;
4675 this.showMenu = true;
4680 .bindPopup(this.showMenu,
4689 this.showMenu = false;