Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_display.c45 static bool screen_too_small; variable
114 screen_too_small = screen_lines < 14 || screen_cols < 12; in init_mixer_layout()
258 if (!controls_count || screen_too_small) { in display_focus_item_info()
640 if (screen_too_small) in display_scroll_indicators()
672 if (!screen_too_small) in display_controls()
690 if (controls_count == 0 || screen_too_small) { in compute_controls_layout()