Searched refs:guess (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 145 lv_obj_t * guess = NULL; in gridnav_event_cb() local 155 guess = find_chid(obj, dsc->focused_obj, FIND_RIGHT); in gridnav_event_cb() 156 if(guess == NULL) { in gridnav_event_cb() 158 guess = find_chid(obj, dsc->focused_obj, FIND_NEXT_ROW_FIRST_ITEM); in gridnav_event_cb() 159 if(guess == NULL) guess = find_first_focusable(obj); in gridnav_event_cb() 175 guess = find_chid(obj, dsc->focused_obj, FIND_LEFT); in gridnav_event_cb() 176 if(guess == NULL) { in gridnav_event_cb() 178 guess = find_chid(obj, dsc->focused_obj, FIND_PREV_ROW_LAST_ITEM); in gridnav_event_cb() 179 if(guess == NULL) guess = find_last_focusable(obj); in gridnav_event_cb() 195 guess = find_chid(obj, dsc->focused_obj, FIND_BOTTOM); in gridnav_event_cb() [all …]
|
/lvgl-latest/docs/ |
D | Doxyfile | 284 # Fortran. In the later case the parser tries to guess whether the code is fixed
|