Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_group.c400 lv_obj_t ** obj_sentinel = NULL; in focus_next_core() local
406 if(group->wrap || obj_sentinel == NULL) { in focus_next_core()
418 if(obj_sentinel == NULL) { in focus_next_core()
419 obj_sentinel = obj_next; in focus_next_core()
420 if(obj_sentinel == NULL) return focus_changed; /*Group is empty*/ in focus_next_core()
427 if(obj_next == obj_sentinel) return focus_changed; in focus_next_core()