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.cpp1174 int ScreenRecoveryUI::SelectMenu(int sel) { in SelectMenu() function in ScreenRecoveryUI
1225 selected = SelectMenu(--selected); in ShowMenu()
1228 selected = SelectMenu(++selected); in ShowMenu()