Searched refs:find_last_focusable (Results 1 – 2 of 2) sorted by relevance
45 static lv_obj_t * find_last_focusable(lv_obj_t * obj);157 if(guess == NULL) guess = find_last_focusable(obj); in gridnav_event_cb()348 static lv_obj_t * find_last_focusable(lv_obj_t * obj) in find_last_focusable() function
433 - fix(gridnav) correct logic in find_last_focusable [`3423`](https://github.com/lvgl/lvgl/pull/3423)