/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_element.cpp | 71 void OptionElement::OnClick() in OnClick() function in OHOS::Ace::OptionElement 73 FocusGroup::OnClick(); in OnClick() 79 render->OnClick(true); in OnClick()
|
H A D | option_element.h | 34 void OnClick() override;
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_element.h | 39 void OnClick() override; 40 bool OnClick(const KeyEvent& event) override;
|
H A D | button_element.cpp | 64 button->OnClick(); in Update() 112 void ButtonElement::OnClick() in OnClick() function in OHOS::Ace::ButtonElement 121 bool ButtonElement::OnClick(const KeyEvent& event) in OnClick() function in OHOS::Ace::ButtonElement
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
H A D | js_dialog.h | 77 bool OnClick(UIView &view, const ClickEvent &event) override;
92 bool OnClick(UIView &view, const ClickEvent &event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/ |
H A D | ui_test_focus_manager.cpp | 62 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::RequestFocusByDirectionOnClickListener 77 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::ResetFocusOnClickListener 94 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::SetGroupInterceptOnClickListener 113 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::SetGroupInterceptFalseOnClickListener 128 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::SetFocusableOnClickListener 144 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::RequestFocusOnClickListener 159 bool OnClick(UIView& view, const ClickEvent& event) in OnClick() function in OHOS::ClearFocusOnClickListener
|
/foundation/arkui/ace_engine/frameworks/core/components/navigator/ |
H A D | navigator_element.h | 29 void OnClick() override;
|
H A D | navigator_element.cpp | 38 void NavigatorElement::OnClick() in OnClick() function in OHOS::Ace::NavigatorElement
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_column_element.h | 30 void OnClick() override;
|
H A D | picker_value_element.h | 48 void OnClick() override;
|
H A D | picker_value_element.cpp | 23 void PickerValueElement::OnClick() in OnClick() function in OHOS::Ace::PickerValueElement
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_element.cpp | 45 checkable->OnClick(); in Update() 50 void CheckableElement::OnClick() in OnClick() function in OHOS::Ace::CheckableElement
|
H A D | checkable_element.h | 34 void OnClick() override;
|
/foundation/arkui/ui_lite/test/uitest/test_slider/ |
H A D | ui_test_slider.h | 37 bool OnClick(UIView& view, const ClickEvent& event) override; 58 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_screenshot/ |
H A D | ui_test_screenshot.cpp | 57 bool OnClick(UIView& view, const ClickEvent& event) override 72 bool OnClick(UIView& view, const ClickEvent& event) override
|
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_item_element.h | 38 void OnClick() override;
|
/foundation/arkui/ui_lite/test/uitest/test_render/ |
H A D | ui_test_render.h | 36 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | ui_test_edit_text.h | 42 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/ |
H A D | event_listener.h | 40 bool OnClick(UIView &view, const ClickEvent &event) override
|
/foundation/arkui/ace_engine/frameworks/core/components/focusable/ |
H A D | focusable_element.h | 38 void OnClick() override;
|
H A D | focusable_element.cpp | 183 void FocusableElement::OnClick() in OnClick() function in OHOS::Ace::FocusableElement 185 FocusNode::OnClick(); in OnClick()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | interactable_view.h | 31 static void OnClick(std::function<void(const ClickInfo& clickInfo)> callback);
|
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/ |
H A D | ui_test_view_zindex.h | 35 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_view_group/ |
H A D | ui_test_view_group.h | 33 bool OnClick(UIView& view, const ClickEvent& event) override;
|
/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/ |
H A D | ui_test_view_bitmap.cpp | 42 bool OnClick(UIView& view, const ClickEvent& event) override 81 bool OnClick(UIView& view, const ClickEvent& event) override 119 bool OnClick(UIView& view, const ClickEvent& event) override 157 bool OnClick(UIView& view, const ClickEvent& event) override 194 bool OnClick(UIView& view, const ClickEvent& event) override
|