Home
last modified time | relevance | path

Searched defs:showMenu (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/stylus/
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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
Doverlay_show_option.h32 bool showMenu = false; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dinput_event_hub.cpp85 void InputEventHub::BindContextMenu(OnMouseEventFunc&& showMenu) in BindContextMenu()
Dgesture_event_hub.cpp1477 void GestureEventHub::BindMenu(GestureEventFunc&& showMenu) in BindMenu()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/
Dstylus_detector_interface.h73 bool showMenu; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.cpp59 GestureEventFunc showMenu; in BindMenuGesture() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp1579 auto showMenu = menuComponent->GetTargetCallback(); in BindContextMenu() local
1597 auto showMenu = menuComponent->GetTargetCallback(); in BindContextMenu() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp1451 void TextFieldPattern::HandleOnSelectAll(bool isKeyEvent, bool inlineStyle, bool showMenu) in HandleOnSelectAll()