Home
last modified time | relevance | path

Searched defs:SetOnClick (Results 1 – 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text_span/
Dtext_span_component.cpp73 void TextSpanComponent::SetOnClick(const EventMarker& onClick) in SetOnClick() function in OHOS::Ace::TextSpanComponent
/foundation/arkui/ace_engine/frameworks/core/gestures/
Dclick_recognizer.h44 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
Dclick_recognizer.h44 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
Drender_triangle.h110 void SetOnClick(const std::function<void(bool)>& value) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components/text/
Dtext_component.cpp166 void TextComponent::SetOnClick(const EventMarker& onClick) in SetOnClick() function in OHOS::Ace::TextComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dspan_model_impl.cpp173 void SpanModelImpl::SetOnClick(std::function<void(const BaseEventInfo*)>&& click) in SetOnClick() function in OHOS::Ace::Framework::SpanModelImpl
Dswiper_model_impl.cpp277 void SwiperModelImpl::SetOnClick( in SetOnClick() function in OHOS::Ace::Framework::SwiperModelImpl
Dtext_model_impl.cpp278 void TextModelImpl::SetOnClick(std::function<void(const BaseEventInfo*)>&& click) in SetOnClick() function in OHOS::Ace::Framework::TextModelImpl
Dtext_field_model_impl.cpp500 void TextFieldModelImpl::SetOnClick(std::function<void(const ClickInfo&)>&& func) in SetOnClick() function in OHOS::Ace::Framework::TextFieldModelImpl
Dview_abstract_model_impl.cpp1030 void ViewAbstractModelImpl::SetOnClick(GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEvent… in SetOnClick() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model.h219 virtual void SetOnClick(std::function<void(const ClickInfo&)>&& func) {}; in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dspan_model_ng.cpp139 void SpanModelNG::SetOnClick(std::function<void(const BaseEventInfo* info)>&& click) in SetOnClick() function in OHOS::Ace::NG::SpanModelNG
Dtext_model_ng.cpp297 void TextModelNG::SetOnClick(std::function<void(const BaseEventInfo* info)>&& click) in SetOnClick() function in OHOS::Ace::NG::TextModelNG
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dbox_component.h185 void SetOnClick(const RefPtr<Gesture>& onClickId) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model_ng.cpp238 void SwiperModelNG::SetOnClick( in SetOnClick() function in OHOS::Ace::NG::SwiperModelNG
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_node.h175 void SetOnClick(const EventMarker& eventMarker) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_swiper.cpp921 void JSSwiper::SetOnClick(const JSCallbackInfo& info) in SetOnClick() function in OHOS::Ace::Framework::JSSwiper
Djs_textfield.cpp898 void JSTextField::SetOnClick(const JSCallbackInfo& info) in SetOnClick() function in OHOS::Ace::Framework::JSTextField
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h752 void SetOnClick(GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc) override in SetOnClick() function
Dview_abstract.cpp798 void ViewAbstract::SetOnClick(GestureEventFunc &&clickEventFunc) in SetOnClick() function in OHOS::Ace::NG::ViewAbstract