Searched refs:LV_EVENT_FOCUSED (Results 1 – 21 of 21) sorted by relevance
/lvgl-latest/examples/widgets/keyboard/ |
D | lv_example_keyboard_1.c | 9 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
|
/lvgl-latest/examples/others/ime/ |
D | lv_example_ime_pinyin_1.c | 10 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
|
D | lv_example_ime_pinyin_2.c | 10 if(code == LV_EVENT_FOCUSED) { in ta_event_cb()
|
/lvgl-latest/examples/widgets/textarea/ |
D | lv_example_textarea_2.c | 56 if(code == LV_EVENT_CLICKED || code == LV_EVENT_FOCUSED) { in ta_event_cb()
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 56 LV_EVENT_FOCUSED, /**< Widget received focus */ enumerator
|
/lvgl-latest/src/core/ |
D | lv_group.c | 247 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()
|
D | lv_obj_event.c | 199 e->code == LV_EVENT_FOCUSED || in lv_event_get_indev()
|
D | lv_obj.c | 806 else if(code == LV_EVENT_FOCUSED) { in lv_obj_event()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_btnmatrix.c | 453 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/ |
D | lv_gridnav.c | 235 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/ |
D | pika_lvgl.c | 86 obj_setInt(self, "FOCUSED", LV_EVENT_FOCUSED); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 300 else if(code == LV_EVENT_FOCUSED) { in lv_slider_event()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 1153 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/ |
D | event.rst | 138 - :cpp:enumerator:`LV_EVENT_FOCUSED`: Widget received focus
|
D | obj.rst | 563 - :cpp:enumerator:`LV_EVENT_FOCUSED` Widget received focus,
|
/lvgl-latest/src/indev/ |
D | lv_indev.c | 1604 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/ |
D | lv_roller.c | 408 else if(code == LV_EVENT_FOCUSED) { in lv_roller_event()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 516 else if(code == LV_EVENT_FOCUSED) { in lv_buttonmatrix_event()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 732 if(code == LV_EVENT_FOCUSED) { in lv_dropdown_event()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 607 else if(code == LV_EVENT_FOCUSED) { in lv_table_event()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 993 if(code == LV_EVENT_FOCUSED) { in lv_textarea_event()
|