Searched refs:find_last_focusable (Results 1 – 1 of 1) sorted by relevance
46 static lv_obj_t * find_last_focusable(lv_obj_t * obj);179 if(guess == NULL) guess = find_last_focusable(obj); in gridnav_event_cb()372 static lv_obj_t * find_last_focusable(lv_obj_t * obj) in find_last_focusable() function