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

  /bootable/recovery/
screen_ui.cpp 71 menu_sel(0),
222 if (i == menu_top + menu_sel) {
533 menu_sel = initial_selection;
543 old_sel = menu_sel;
544 menu_sel = sel;
545 if (menu_sel < 0) menu_sel = 0;
546 if (menu_sel >= menu_items) menu_sel = menu_items-1;
547 sel = menu_sel;
    [all...]
screen_ui.h 90 int menu_top, menu_items, menu_sel; member in class:ScreenRecoveryUI

Completed in 166 milliseconds