Searched refs:focus_next_core (Results 1 – 1 of 1) sorted by relevance
27 static bool focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *),270 bool focus_changed = focus_next_core(group, _lv_ll_get_head, _lv_ll_get_next); in lv_group_focus_next()279 bool focus_changed = focus_next_core(group, _lv_ll_get_tail, _lv_ll_get_prev); in lv_group_focus_prev()394 static bool focus_next_core(lv_group_t * group, void * (*begin)(const lv_ll_t *), in focus_next_core() function