Searched refs:matches_win (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | menuconfig.py | 2033 matches_win = _styled_win("list") 2042 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2055 if sel_node_i + 1 >= scroll + _height(matches_win) - _SCROLL_OFFSET \ 2056 and scroll < _max_scroll(matches, matches_win): 2139 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2162 edit_box, matches_win, bot_sep_win, help_win, 2172 edit_box, matches_win, bot_sep_win, help_win, 2194 scroll = _max_scroll(matches, matches_win) 2244 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument 2260 matches_win.resize(matches_win_height, screen_width) [all …]
|