Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_group.c31 static lv_indev_t * get_indev(const lv_group_t * g);
79 lv_obj_send_event(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in lv_group_delete()
175 lv_obj_send_event(*g->obj_focus, LV_EVENT_DEFOCUSED, get_indev(g)); in lv_group_remove_obj()
209 lv_obj_send_event(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in lv_group_remove_all_objs()
238 … lv_result_t res = lv_obj_send_event(*g->obj_focus, LV_EVENT_DEFOCUSED, get_indev(g)); in lv_group_focus_obj()
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()
490 … lv_result_t res = lv_obj_send_event(*group->obj_focus, LV_EVENT_DEFOCUSED, get_indev(group)); in focus_next_core()
497 lv_result_t res = lv_obj_send_event(*group->obj_focus, LV_EVENT_FOCUSED, get_indev(group)); in focus_next_core()
514 static lv_indev_t * get_indev(const lv_group_t * g) in get_indev() function