Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_group.c28 static bool focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *),
260 bool focus_changed = focus_next_core(group, lv_ll_get_head, lv_ll_get_next); in lv_group_focus_next()
271 bool focus_changed = focus_next_core(group, lv_ll_get_tail, lv_ll_get_prev); in lv_group_focus_prev()
431 static bool focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *), in focus_next_core() function