Searched refs:_max_scroll (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | menuconfig.py | 1237 and _menu_scroll < _max_scroll(_shown, _menu_win): 1265 _menu_scroll = _max_scroll(_shown, _menu_win) 1330 _max_scroll(_shown, _menu_win)) 1395 if _menu_scroll < _max_scroll(_shown, _menu_win): 2056 and scroll < _max_scroll(matches, matches_win): 2194 scroll = _max_scroll(matches, matches_win) 2328 if scroll < _max_scroll(matches, matches_win): 2410 if scroll < _max_scroll(lines, text_win): 2414 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win)) 2420 scroll = _max_scroll(lines, text_win) [all …]
|