Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_group.c401 lv_obj_t ** obj_sentinel = NULL; in focus_next_core() local
407 if(group->wrap || obj_sentinel == NULL) { in focus_next_core()
419 if(obj_sentinel == NULL) { in focus_next_core()
420 obj_sentinel = obj_next; in focus_next_core()
421 if(obj_sentinel == NULL) return focus_changed; /*Group is empty*/ in focus_next_core()
428 if(obj_next == obj_sentinel) return focus_changed; in focus_next_core()