/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_mgr.h | 73 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 D | input_event_hub.cpp | 80 void InputEventHub::BindContextMenu(OnMouseEventFunc&& showMenu) in BindContextMenu() argument 85 showMenu_ = MakeRefPtr<InputEvent>(std::move(showMenu)); in BindContextMenu()
|
H A D | input_event_hub.h | 159 void BindContextMenu(OnMouseEventFunc&& showMenu);
|
H A D | gesture_event_hub.h | 371 void BindMenu(GestureEventFunc&& showMenu);
|
H A D | gesture_event_hub.cpp | 1439 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 D | overlay_show_option.h | 32 bool showMenu = false; member
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/ |
H A D | stylus_detector_interface.h | 73 bool showMenu; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | render_text_overlay.cpp | 534 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 D | rosen_render_text_overlay.cpp | 59 if ((!isSingleHandle_ || showOption_.showMenu) && !showMagnifier_) { in Paint()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_callback.cpp | 219 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 D | view_abstract_model_ng.cpp | 59 GestureEventFunc showMenu; in BindMenuGesture() local 62 showMenu = [params, weakTarget, menuParam](GestureEvent& info) mutable { in BindMenuGesture() 70 …showMenu = [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 D | view_abstract_model_impl.cpp | 1573 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 D | render_image.cpp | 240 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 D | render_text.cpp | 538 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 D | render_web.cpp | 949 .showMenu = showTextOveralyMenu_, in OnTouchSelectionChanged() 965 .showMenu = true, in OnTouchSelectionChanged()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 4591 @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 D | render_text_field.cpp | 907 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 D | text_field_pattern.h | 909 void HandleOnSelectAll(bool isKeyEvent, bool inlineStyle = false, bool showMenu = false);
|
H A D | text_field_pattern.cpp | 1435 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 D | ts-basic-components-web.md | 4591 @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;
|