Home
last modified time | relevance | path

Searched defs:onLongPress (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Devent_listener.h34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.h54 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h59 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h88 std::optional<GestureEventFunc> onLongPress; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.h47 GestureEventFunc onLongPress; member
H A Dspan_node.h207 GestureEventFunc onLongPress; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dlong_press_recognizer_test_ng.cpp48 OnLongPress onLongPress; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp466 void TextFieldComponent::SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h130 EventMarker onLongPress; member
979 void SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp53 auto onLongPress = [](const BaseEventInfo* info) {}; in ConstructGestureStyle() local
H A Dtext_test_ng.cpp42 auto onLongPress = [](const BaseEventInfo* info) {}; in ConstructGestureStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp555 …auto onLongPress = [execCtx = args.GetExecutionContext(), func = jsOnLongPressFunc](BaseEventInfo*… in ParseJSGestureSpan() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1474 …auto onLongPress = [execCtx = args.GetExecutionContext(), func = jsLongPressFunc, spanTypeInner = … in ParseUserGesture() local