Home
last modified time | relevance | path

Searched refs:find_first_focusable (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c45 static lv_obj_t * find_first_focusable(lv_obj_t * obj);
141 if(dsc->focused_obj == NULL) dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()
159 if(guess == NULL) guess = find_first_focusable(obj); in gridnav_event_cb()
241 if(dsc->focused_obj == NULL) dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()
271 dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()
360 static lv_obj_t * find_first_focusable(lv_obj_t * obj) in find_first_focusable() function