Home
last modified time | relevance | path

Searched defs:window_list_index (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_console/py/
Dwindow_manager_test.py76 def _window_pane_widths(window_manager, window_list_index=0): argument
87 def _window_pane_heights(window_manager, window_list_index=0): argument
/external/pigweed/pw_console/py/pw_console/
Dwindow_manager.py419 def window_list_index(self, window_list: WindowList) -> Optional[int]: member in WindowManager