Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/others/gridnav/
Dlv_gridnav.c46 static bool obj_is_focuable(lv_obj_t * obj);
258 if(obj_is_focuable(child) == false) continue; in find_chid()
320 if(obj_is_focuable(child)) return child; in find_first_focusable()
332 if(obj_is_focuable(child)) return child; in find_last_focusable()
337 static bool obj_is_focuable(lv_obj_t * obj) in obj_is_focuable() function