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

  /bootable/recovery/
wear_ui.cpp 178 if (menu_items > menu_end - menu_start) {
187 for (int i = menu_start; i < menu_end; ++i) {
425 menu_end = visible_text_rows - 1 - menu_unusable_rows;
426 if (menu_items <= menu_end)
427 menu_end = menu_items;
443 menu_end--;
444 } else if (menu_sel >= menu_end && menu_sel < menu_items) {
445 menu_end++;
wear_ui.h 109 int menu_start, menu_end; member in class:WearRecoveryUI
  /external/toybox/kconfig/
zconf.tab.c_shipped 521 "menu_end", "menu_stmt", "menu_block", "source_stmt", "comment",
    [all...]

Completed in 63 milliseconds