Home
last modified time | relevance | path

Searched defs:SetOnClick (Results 1 – 21 of 21) 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/components_ng/gestures/recognizers/
Dclick_recognizer.h41 void SetOnClick(const ClickCallback& onClick) in SetOnClick() function
/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/triangle/
Drender_triangle.h110 void SetOnClick(const std::function<void(bool)>& value) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dspan_model_ng.cpp112 void SpanModelNG::SetOnClick(std::function<void(const BaseEventInfo* info)>&& click) in SetOnClick() function in OHOS::Ace::NG::SpanModelNG
Dtext_model_ng.cpp159 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/text/
Dtext_component.cpp164 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.cpp164 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.cpp264 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.cpp1013 void ViewAbstractModelImpl::SetOnClick(GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEvent… in SetOnClick() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/list/
Dlist_test_utils.h208 void SetOnClick(GroupEventFunc onClicked) in ResetFocusEffect() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model.h183 virtual void SetOnClick(std::function<void(const ClickInfo&)>&& func) {}; in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_model_ng.cpp243 void SwiperModelNG::SetOnClick( in SetOnClick() function in OHOS::Ace::NG::SwiperModelNG
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dbox_component.h186 void SetOnClick(const RefPtr<Gesture>& onClickId) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_textfield.cpp842 void JSTextField::SetOnClick(const JSCallbackInfo& info) in SetOnClick() function in OHOS::Ace::Framework::JSTextField
Djs_swiper.cpp950 void JSSwiper::SetOnClick(const JSCallbackInfo& info) in SetOnClick() function in OHOS::Ace::Framework::JSSwiper
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_node.h175 void SetOnClick(const EventMarker& eventMarker) in SetOnClick() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h681 void SetOnClick(GestureEventFunc&& tapEventFunc, ClickEventFunc&& clickEventFunc) override in SetOnClick() function
Dview_abstract.cpp658 void ViewAbstract::SetOnClick(GestureEventFunc&& clickEventFunc) in SetOnClick() function in OHOS::Ace::NG::ViewAbstract