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),
258 if (i == menu_top + menu_sel) {
583 menu_sel = initial_selection;
593 old_sel = menu_sel;
594 menu_sel = sel;
595 if (menu_sel < 0) menu_sel = 0;
596 if (menu_sel >= menu_items) menu_sel = menu_items-1;
597 sel = menu_sel;
    [all...]
screen_ui.h 99 int menu_top, menu_items, menu_sel; member in class:ScreenRecoveryUI

Completed in 21 milliseconds