Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_group.c438 lv_obj_t ** obj_sentinel = NULL; in focus_next_core() local
444 if(group->wrap || obj_sentinel == NULL) { in focus_next_core()
456 if(obj_sentinel == NULL) { in focus_next_core()
457 obj_sentinel = obj_next; in focus_next_core()
458 if(obj_sentinel == NULL) return focus_changed; /*Group is empty*/ in focus_next_core()
465 if(obj_next == obj_sentinel) return focus_changed; in focus_next_core()