Searched refs:obj_next (Results 1 – 1 of 1) sorted by relevance
630 lv_obj_t ** obj_next = group->obj_focus; in focus_next_core() local636 if(obj_next == NULL) { in focus_next_core()639 obj_next = begin(&group->obj_ll); in focus_next_core()649 obj_sentinel = obj_next; in focus_next_core()654 obj_next = move(&group->obj_ll, obj_next); in focus_next_core()657 if(obj_next == obj_sentinel) return; in focus_next_core()662 if(obj_next == NULL) continue; in focus_next_core()665 if(!lv_obj_get_hidden(*obj_next)) break; in focus_next_core()668 …if(obj_next == group->obj_focus) return; /*There's only one visible object and it's already focuse… in focus_next_core()677 group->obj_focus = obj_next; in focus_next_core()
Completed in 3 milliseconds