Searched refs:find_first_focusable (Results 1 – 1 of 1) sorted by relevance
44 static lv_obj_t * find_first_focusable(lv_obj_t * obj);119 if(dsc->focused_obj == NULL) dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()137 if(guess == NULL) guess = find_first_focusable(obj); in gridnav_event_cb()217 if(dsc->focused_obj == NULL) dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()247 dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()336 static lv_obj_t * find_first_focusable(lv_obj_t * obj) in find_first_focusable() function