Home
last modified time | relevance | path

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 Dtextfield_declaration.cpp291 { DOM_LONG_PRESS, in SetSpecializedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.cpp276 …{ DOM_LONG_PRESS, [](const RefPtr<SearchComponent>& search, const RefPtr<TextFieldComponent>& text… in AddSpecializedEvent()
H A Ddom_textarea.cpp267 { DOM_LONG_PRESS, [](const RefPtr<TextFieldComponent>& component, in AddSpecializedEvent()
H A Ddom_type.cpp818 const char DOM_LONG_PRESS[] = "longpress"; variable
H A Ddom_type.h821 ACE_EXPORT extern const char DOM_LONG_PRESS[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp393 { DOM_LONG_PRESS, [](const RefPtr<TextFieldComponent>& component, in AddChildEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1866 { 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 Djs_accessibility_manager.cpp164 { DOM_LONG_PRESS, Accessibility::EventType::TYPE_VIEW_LONG_CLICKED_EVENT }, in ConvertStrToEventType()
4422 { Accessibility::ActionType::ACCESSIBILITY_ACTION_LONG_CLICK, DOM_LONG_PRESS }, in SendActionEvent()