Home
last modified time | relevance | path

Searched refs:LV_EVENT_PRESSED (Results 1 – 25 of 29) sorted by relevance

12

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_arc.c170 lv_obj_add_event_cb(arc, dummy_event_cb, LV_EVENT_PRESSED, NULL); in test_arc_click_area_with_adv_hittest()
207 lv_obj_add_event_cb(arc, dummy_event_cb, LV_EVENT_PRESSED, NULL); in test_arc_click_sustained_from_start_to_end_does_not_set_value_to_max()
263 lv_obj_add_event_cb(arc, dummy_event_cb, LV_EVENT_PRESSED, NULL); in test_two_overlapping_arcs_can_be_interacted_independently()
264 lv_obj_add_event_cb(arc2, dummy_event_cb2, LV_EVENT_PRESSED, NULL); in test_two_overlapping_arcs_can_be_interacted_independently()
Dtest_btnmatrix.c304 lv_obj_add_event_cb(btnm, event_handler, LV_EVENT_PRESSED, NULL); in test_button_matrix_pressed_event_works()
306 exp_evt_code = LV_EVENT_PRESSED; in test_button_matrix_pressed_event_works()
Dtest_roller.c190 lv_obj_send_event(overlay, LV_EVENT_PRESSED, NULL); in test_roller_with_overlay_and_bubble_events_enabled()
/lvgl-latest/examples/event/
Dlv_example_event_button.c10 case LV_EVENT_PRESSED: in event_cb()
/lvgl-latest/examples/others/snapshot/
Dlv_example_snapshot_1.c53 lv_obj_add_event_cb(img, event_cb, LV_EVENT_PRESSED, snapshot_obj); in lv_example_snapshot_1()
/lvgl-latest/src/misc/
Dlv_event.h38 LV_EVENT_PRESSED, /**< Widget has been pressed */ enumerator
/lvgl-latest/docs/details/widgets/
Dbutton.rst59 :cpp:enumerator:`LV_EVENT_PRESSED`, :cpp:enumerator:`LV_EVENT_PRESSING`
Dcheckbox.rst90 ``LV_EVENT_PRESSED/PRESSING/RELEASED`` etc.
Dtable.rst116 ``LV_EVENT_PRESSED/PRESSING/RELEASED`` etc.
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c307 if(event_code == LV_EVENT_PRESSED) { in create_screen_event_cb()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c73 obj_setInt(self, "PRESSED", LV_EVENT_PRESSED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1020 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in lv_textarea_event()
1302 if(!ta->text_sel_in_prog && !click_outside_label && code == LV_EVENT_PRESSED) { in update_cursor_position_on_click()
1319 …if(ta->text_sel_in_prog || code == LV_EVENT_PRESSED) lv_textarea_set_cursor_pos(obj, char_id_at_cl… in update_cursor_position_on_click()
1364 if(code == LV_EVENT_PRESSED) lv_textarea_set_cursor_pos(obj, char_id_at_click); in update_cursor_position_on_click()
/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton.c166 if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED || code == LV_EVENT_PRESS_LOST) { in lv_imagebutton_event()
/lvgl-latest/src/core/
Dlv_obj_event.c186 if(e->code == LV_EVENT_PRESSED || in lv_event_get_indev()
Dlv_obj.c736 if(code == LV_EVENT_PRESSED) { in lv_obj_event()
/lvgl-latest/docs/details/base-widget/
Devent.rst60 lv_obj_add_event_cb(widget, my_event_cb_2, LV_EVENT_PRESSED, NULL);
121 - :cpp:enumerator:`LV_EVENT_PRESSED`: Widget has been pressed
/lvgl-latest/src/indev/
Dlv_indev.c807 if(send_event(LV_EVENT_PRESSED, indev_act) == LV_RESULT_INVALID) return; in indev_keypad_proc()
940 if(send_event(LV_EVENT_PRESSED, indev_act) == LV_RESULT_INVALID) return; in indev_encoder_proc()
1259 if(send_event(LV_EVENT_PRESSED, indev_act) == LV_RESULT_INVALID) return; in indev_proc_press()
1772 if(code == LV_EVENT_PRESSED || in send_event()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c277 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_PRESSING || code == LV_EVENT_PRESS_LOST || in gridnav_event_cb()
/lvgl-latest/docs/details/main-components/
Dtimer.rst23 :cpp:enumerator:`LV_EVENT_PRESSED`, etc.
Dindev.rst338 - :cpp:enumerator:`LV_KEY_ENTER`: Triggers :cpp:enumerator:`LV_EVENT_PRESSED`, :cpp:enumerator:`LV_…
/lvgl-latest/src/widgets/slider/
Dlv_slider.c262 else if(code == LV_EVENT_PRESSED) { in lv_slider_event()
/lvgl-latest/src/widgets/bar/
Dlv_bar.c621 else if(code == LV_EVENT_PRESSED || code == LV_EVENT_RELEASED) { in lv_bar_event()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c384 else if(code == LV_EVENT_PRESSED) { in lv_roller_event()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c423 else if(code == LV_EVENT_PRESSED) { in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c842 else if(code == LV_EVENT_PRESSED) { in lv_dropdown_list_event()

12