Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/others/gridnav/
Dlv_gridnav.c123 lv_obj_t * guess = NULL; in gridnav_event_cb() local
133 guess = find_chid(obj, dsc->focused_obj, FIND_RIGHT); in gridnav_event_cb()
134 if(guess == NULL) { in gridnav_event_cb()
136 guess = find_chid(obj, dsc->focused_obj, FIND_NEXT_ROW_FIRST_ITEM); in gridnav_event_cb()
137 if(guess == NULL) guess = find_first_focusable(obj); in gridnav_event_cb()
153 guess = find_chid(obj, dsc->focused_obj, FIND_LEFT); in gridnav_event_cb()
154 if(guess == NULL) { in gridnav_event_cb()
156 guess = find_chid(obj, dsc->focused_obj, FIND_PREV_ROW_LAST_ITEM); in gridnav_event_cb()
157 if(guess == NULL) guess = find_last_focusable(obj); in gridnav_event_cb()
173 guess = find_chid(obj, dsc->focused_obj, FIND_BOTTOM); in gridnav_event_cb()
[all …]
/lvgl-3.7.0/scripts/
DDoxyfile284 # Fortran. In the later case the parser tries to guess whether the code is fixed
/lvgl-3.7.0/docs/
DCHANGELOG.md1791 - fix(imgbtn) guess the closest available state with valid src