Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/gridnav/
Dlv_gridnav.c43 static lv_obj_t * find_chid(lv_obj_t * obj, lv_obj_t * start_child, find_mode_t mode);
266 static lv_obj_t * find_chid(lv_obj_t * obj, lv_obj_t * start_child, find_mode_t mode) in find_chid() argument
268 lv_coord_t x_start = get_x_center(start_child); in find_chid()
269 lv_coord_t y_start = get_y_center(start_child); in find_chid()
274 lv_coord_t h_half = lv_obj_get_height(start_child) / 2; in find_chid()
279 if(child == start_child) continue; in find_chid()