Home
last modified time | relevance | path

Searched refs:SelectMenu (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h287 virtual int SelectMenu(int sel);
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1209 int ScreenRecoveryUI::SelectMenu(int sel) { in SelectMenu() function in ScreenRecoveryUI
1260 selected = SelectMenu(--selected); in ShowMenu()
1263 selected = SelectMenu(++selected); in ShowMenu()