Searched refs:UnSelectableItmes (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
H A DBootManagerMenu.c167 UINTN UnSelectableItmes; local
201 UnSelectableItmes = TITLE_TOKEN_COUNT + 2 + HELP_TOKEN_COUNT + 2;
203 if (BootMenuData->ItemCount + UnSelectableItmes > MaxPrintRows) {
206 BootMenuData->ScrollBarControl.ItemCountPerScreen = MaxPrintRows - UnSelectableItmes;
208 BootMenuData->ScrollBarControl.LastItem = MaxPrintRows - UnSelectableItmes - 1;
210 BootMenuData->MenuScreen.Height = BootMenuData->ItemCount + UnSelectableItmes;

Completed in 19 milliseconds