Searched refs:DOM_LONG_PRESS (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 291 { DOM_LONG_PRESS, in SetSpecializedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_search.cpp | 276 …{ DOM_LONG_PRESS, [](const RefPtr<SearchComponent>& search, const RefPtr<TextFieldComponent>& text… in AddSpecializedEvent()
|
H A D | dom_textarea.cpp | 267 { DOM_LONG_PRESS, [](const RefPtr<TextFieldComponent>& component, in AddSpecializedEvent()
|
H A D | dom_type.cpp | 818 const char DOM_LONG_PRESS[] = "longpress"; variable
|
H A D | dom_type.h | 821 ACE_EXPORT extern const char DOM_LONG_PRESS[];
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_textfield_util.cpp | 393 { DOM_LONG_PRESS, [](const RefPtr<TextFieldComponent>& component, in AddChildEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 1866 { DOM_LONG_PRESS, in AddEvent() 1870 … gestureEvent.longPress.eventMarker = EventMarker(eventId, DOM_LONG_PRESS, pageId); in AddEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 164 { DOM_LONG_PRESS, Accessibility::EventType::TYPE_VIEW_LONG_CLICKED_EVENT }, in ConvertStrToEventType() 4422 { Accessibility::ActionType::ACCESSIBILITY_ACTION_LONG_CLICK, DOM_LONG_PRESS }, in SendActionEvent()
|