Home
last modified time | relevance | path

Searched defs:showMenu (Results 1 – 8 of 8) 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()
80 bool HasSelectChanged(int32_t start, int32_t end, bool showMenu) in HasSelectChanged()
/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/frameworks/core/components_ng/event/
H A Dinput_event_hub.cpp80 void InputEventHub::BindContextMenu(OnMouseEventFunc&& showMenu) in BindContextMenu()
H A Dgesture_event_hub.cpp1439 void GestureEventHub::BindMenu(GestureEventFunc&& showMenu) in BindMenu()
/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_ng/base/
H A Dview_abstract_model_ng.cpp59 GestureEventFunc showMenu; in BindMenuGesture() local
/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
1591 auto showMenu = menuComponent->GetTargetCallback(); in BindContextMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1435 void TextFieldPattern::HandleOnSelectAll(bool isKeyEvent, bool inlineStyle, bool showMenu) in HandleOnSelectAll()