Home
last modified time | relevance | path

Searched refs:LV_EVENT_FOCUSED (Results 1 – 21 of 21) sorted by relevance

/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_1.c9 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
/lvgl-latest/examples/others/ime/
Dlv_example_ime_pinyin_1.c10 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
Dlv_example_ime_pinyin_2.c10 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
/lvgl-latest/examples/widgets/textarea/
Dlv_example_textarea_2.c56 if(code == LV_EVENT_CLICKED || code == LV_EVENT_FOCUSED) { in ta_event_cb()
/lvgl-latest/src/misc/
Dlv_event.h56 LV_EVENT_FOCUSED, /**< Widget received focus */ enumerator
/lvgl-latest/src/core/
Dlv_group.c247 lv_result_t res = lv_obj_send_event(*g->obj_focus, LV_EVENT_FOCUSED, get_indev(g)); in lv_group_focus_obj()
323 lv_result_t res = lv_obj_send_event(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in lv_group_set_editing()
497 lv_result_t res = lv_obj_send_event(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in focus_next_core()
Dlv_obj_event.c199 e->code == LV_EVENT_FOCUSED || in lv_event_get_indev()
Dlv_obj.c806 else if(code == LV_EVENT_FOCUSED) { in lv_obj_event()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_btnmatrix.c453 lv_obj_add_event_cb(btnm, event_handler, LV_EVENT_FOCUSED, NULL); in test_button_matrix_focused_event_works()
455 exp_evt_code = LV_EVENT_FOCUSED; in test_button_matrix_focused_event_works()
456 lv_obj_send_event(btnm, LV_EVENT_FOCUSED, NULL); in test_button_matrix_focused_event_works()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c235 lv_obj_send_event(guess, LV_EVENT_FOCUSED, lv_indev_active()); in gridnav_event_cb()
240 else if(code == LV_EVENT_FOCUSED) { in gridnav_event_cb()
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c86 obj_setInt(self, "FOCUSED", LV_EVENT_FOCUSED); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c300 else if(code == LV_EVENT_FOCUSED) { in lv_slider_event()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1153 if(code == LV_EVENT_FOCUSED) { in color_event_cb()
1287 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
1317 if(code == LV_EVENT_FOCUSED) { in birthday_event_cb()
/lvgl-latest/docs/details/base-widget/
Devent.rst138 - :cpp:enumerator:`LV_EVENT_FOCUSED`: Widget received focus
Dobj.rst563 - :cpp:enumerator:`LV_EVENT_FOCUSED` Widget received focus,
/lvgl-latest/src/indev/
Dlv_indev.c1604 lv_obj_send_event(indev_obj_act, LV_EVENT_FOCUSED, indev_act); in indev_click_focus()
1638 lv_obj_send_event(indev_obj_act, LV_EVENT_FOCUSED, indev_act); in indev_click_focus()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c408 else if(code == LV_EVENT_FOCUSED) { in lv_roller_event()
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c516 else if(code == LV_EVENT_FOCUSED) { in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c732 if(code == LV_EVENT_FOCUSED) { in lv_dropdown_event()
/lvgl-latest/src/widgets/table/
Dlv_table.c607 else if(code == LV_EVENT_FOCUSED) { in lv_table_event()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c993 if(code == LV_EVENT_FOCUSED) { in lv_textarea_event()