Searched refs:onClickId (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/ |
H A D | multimodal_component.h | 52 void SetOnClickId(const EventMarker& onClickId) in SetOnClickId() argument 54 onClickId_ = onClickId; in SetOnClickId()
|
/foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
H A D | focusable_element.cpp | 55 const auto& onClickId = focusableComponent->GetOnClickId(); in Update() local 75 if (!onClickId.IsEmpty()) { in Update() 79 SetOnClickCallback(AceAsyncEvent<void(const std::shared_ptr<ClickInfo>&)>::Create(onClickId, context_)); in Update() 81 SetOnClickCallback(AceAsyncEvent<void()>::Create(onClickId, context_)); in Update()
|
H A D | focusable_component.h | 58 void SetOnClickId(const EventMarker& onClickId) in SetOnClickId() argument 60 onClickId_ = onClickId; in SetOnClickId()
|
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | scene_viewer_component.h | 68 void SetClickedEventId(const EventMarker& onClickId) in SetClickedEventId() argument 70 clickEventId_ = onClickId; in SetClickedEventId()
|
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | gesture_listener_component.h | 53 void SetOnClickId(const EventMarker& onClickId) in SetOnClickId() argument 55 onClickId_ = onClickId; in SetOnClickId()
|
H A D | render_gesture_listener.cpp | 263 const auto& onClickId = component->GetOnClickId(); in SetOnClickCallback() local 264 if (onClickId.IsEmpty()) { in SetOnClickCallback() 267 SetOnClickCallback(AceAsyncEvent<void(const ClickInfo&)>::Create(onClickId, context_)); in SetOnClickCallback() 268 if (!onClickId.GetCatchMode()) { in SetOnClickCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component.h | 186 void SetOnClick(const RefPtr<Gesture>& onClickId) in SetOnClick() argument 188 onClickId_ = onClickId; in SetOnClick()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | button_model_impl.cpp | 194 auto onClickId = EventMarker([func = std::move(clickEventFunc), impl](const BaseEventInfo* info) { in OnClick() local 208 buttonComponent->SetKeyEnterEventId(onClickId); in OnClick() 212 focusableComponent->SetOnClickId(onClickId); in OnClick()
|
H A D | view_abstract_model_impl.cpp | 1031 auto onClickId = EventMarker([func = std::move(clickEventFunc), impl](const BaseEventInfo* info) { in SetOnClick() local 1044 focusableComponent->SetOnClickId(onClickId); in SetOnClick()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item.cpp | 221 auto onClickId = item->GetClickEventId(); in Update() local 222 clickEvent_ = AceAsyncEvent<void()>::Create(onClickId, GetContext()); in Update() 224 if (!onClickId.GetCatchMode()) { in Update()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text.cpp | 729 auto onClickId = [execCtx = info.GetExecutionContext(), func = std::move(jsOnClickFunc), impl, in JsOnClickWithoutNGBUILD() local 746 TextModel::GetInstance()->SetOnClick(std::move(onClickId), distanceThreshold); in JsOnClickWithoutNGBUILD()
|
Completed in 11 milliseconds