HomeSort by relevance Sort by last modified time
    Searched full:menu_sel (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/
ui.c 84 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable
165 gr_fill(0, (menu_top+menu_sel) * CHAR_HEIGHT,
166 gr_fb_width(), (menu_top+menu_sel+1)*CHAR_HEIGHT+1);
169 if (i == menu_top + menu_sel) {
445 menu_sel = initial_selection;
455 old_sel = menu_sel;
456 menu_sel = sel;
457 if (menu_sel < 0) menu_sel = 0;
458 if (menu_sel >= menu_items) menu_sel = menu_items-1
    [all...]

Completed in 568 milliseconds