Searched refs:focus_obj (Results 1 – 1 of 1) sorted by relevance
3958 const lv_obj_t * focus_obj = obj; local3959 while(lv_obj_get_focus_parent(focus_obj) != false && focus_obj != NULL) {3960 focus_obj = lv_obj_get_parent(focus_obj);3963 return (lv_obj_t *)focus_obj;