Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/gridnav/
Dlv_gridnav.c46 static bool obj_is_focuable(lv_obj_t * obj);
93 if(obj_is_focuable(to_focus) == false) { in lv_gridnav_set_focused()
280 if(obj_is_focuable(child) == false) continue; in find_chid()
342 if(obj_is_focuable(child)) return child; in find_first_focusable()
354 if(obj_is_focuable(child)) return child; in find_last_focusable()
359 static bool obj_is_focuable(lv_obj_t * obj) in obj_is_focuable() function