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

  /bootable/recovery/
screen_ui.cpp 69 menu_top(0),
239 for (; i < menu_top + menu_items; ++i) {
240 if (i == menu_top) SetColor(MENU);
242 if (i == menu_top + menu_sel) {
251 if (menu[i][0]) gr_text(4, y, menu[i], i < menu_top);
547 menu_top = i;
549 if (items[i-menu_top] == NULL) break;
550 strncpy(menu[i], items[i-menu_top], text_cols-1);
553 menu_items = i - menu_top;
screen_ui.h 98 int menu_top, menu_items, menu_sel; member in class:ScreenRecoveryUI

Completed in 148 milliseconds