Searched refs:obj_sentinel (Results 1 – 1 of 1) sorted by relevance
631 lv_obj_t ** obj_sentinel = NULL; in focus_next_core() local637 if(group->wrap || obj_sentinel == NULL) { in focus_next_core()648 if(obj_sentinel == NULL) { in focus_next_core()649 obj_sentinel = obj_next; in focus_next_core()650 if(obj_sentinel == NULL) return; /*Group is empty*/ in focus_next_core()657 if(obj_next == obj_sentinel) return; in focus_next_core()
Completed in 4 milliseconds