Searched refs:guess (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.4.0/src/extra/others/gridnav/ |
D | lv_gridnav.c | 102 lv_obj_t * guess = NULL; in gridnav_event_cb() local 112 guess = find_chid(obj, dsc->focused_obj, FIND_RIGHT); in gridnav_event_cb() 113 if(guess == NULL) { in gridnav_event_cb() 115 guess = find_chid(obj, dsc->focused_obj, FIND_NEXT_ROW_FIRST_ITEM); in gridnav_event_cb() 116 if(guess == NULL) guess = find_first_focusable(obj); in gridnav_event_cb() 132 guess = find_chid(obj, dsc->focused_obj, FIND_LEFT); in gridnav_event_cb() 133 if(guess == NULL) { in gridnav_event_cb() 135 guess = find_chid(obj, dsc->focused_obj, FIND_PREV_ROW_LAST_ITEM); in gridnav_event_cb() 136 if(guess == NULL) guess = find_last_focusable(obj); in gridnav_event_cb() 152 guess = find_chid(obj, dsc->focused_obj, FIND_BOTTOM); in gridnav_event_cb() [all …]
|
/lvgl-3.4.0/scripts/ |
D | Doxyfile | 284 # Fortran. In the later case the parser tries to guess whether the code is fixed
|
/lvgl-3.4.0/docs/ |
D | CHANGELOG.md | 1157 - fix(imgbtn) guess the closest available state with valid src
|