Home
last modified time | relevance | path

Searched defs:onClick (Results 1 – 25 of 46) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
Dgesture_span_native.d.ts19 onClick?: (event: ClickEvent) => void; // arg MUST contain a onclick function property
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
Devent_listener.h34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
Dradio_model.h43 virtual void SetOnClickEvent(std::function<void()>&& onClick) {}; in SetOnClickEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
Darkui_relative_container.js35 static onClick(value) { method in RelativeContainer
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
Darkui_qrcode.js30 static onClick(value) { method in QRCode
/foundation/arkui/ace_engine/frameworks/core/components/text_span/
Dtext_span_component.cpp73 void TextSpanComponent::SetOnClick(const EventMarker& onClick) in SetOnClick()
/foundation/arkui/ace_engine/frameworks/core/gestures/
Dclick_recognizer.h46 void SetOnClick(const ClickCallback& onClick) in SetOnClick()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
Dclick_recognizer.h46 void SetOnClick(const ClickCallback& onClick) in SetOnClick()
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
Dtool_bar_item_element.cpp106 … auto onClick = AceAsyncEvent<void()>::Create(option->GetClickEventForToolBarItem(), context_); in OnOptionCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_form_menu_item.cpp141 auto onClick = [execCtx = info.GetExecutionContext(), node = targetNode, in JsOnRegClick() local
Djs_span.cpp241 … auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc, node = targetNode]( in JsOnClick() local
Djs_interactable_view.cpp248 auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc, node = weak]( in JsOnClick() local
Djs_button.cpp544 auto onClick = [execCtx = info.GetExecutionContext(), func = jsOnClickFunc, node = targetNode]( in JsOnClick() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_span_ffi.cpp87 auto onClick = [lambda](const BaseEventInfo* info) { in FfiOHOSAceFrameworkSpanSetOnClick() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
Dtext_component.cpp166 void TextComponent::SetOnClick(const EventMarker& onClick) in SetOnClick()
/foundation/arkui/ace_engine/component_ext/movingphoto/
Dmultimedia_movingphotoview.js70 static onClick(value) { method in MovingPhotoView
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dradio_model_impl.cpp119 void RadioModelImpl::SetOnClickEvent(std::function<void()>&& onClick) in SetOnClickEvent()
Dswiper_model_impl.cpp291 auto onClick = [func = std::move(value), impl](const BaseEventInfo* info) { in SetOnClick() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
Dspan_object.h87 std::optional<GestureEventFunc> onClick; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_styles.h46 GestureEventFunc onClick; member
Dspan_node.h206 GestureEventFunc onClick; member
446 void UpdateOnClickEvent(GestureEventFunc&& onClick) in UpdateOnClickEvent()
/foundation/arkui/ace_engine/test/unittest/core/gestures/
Dclick_recognizer_test_ng.cpp54 ClickCallback onClick; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSpan.ts495 onClick(event: (event?: ClickEvent) => void): this { method in ArkSpanComponent
/foundation/arkui/ace_engine/frameworks/core/components/button/
Drender_button.cpp226 auto onClick = AceAsyncEvent<void()>::Create(buttonComponent_->GetClickedEventId(), context_); in HandleClickEvent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dspan_string_test_ng.cpp49 auto onClick = [](const BaseEventInfo* info) {}; in ConstructGestureStyle() local
1468 auto onClick = [](const BaseEventInfo* info) {}; in __anon336c568c0602() variable

12