Searched refs:selection (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 85 ASSERT_EQ(0, menu.selection()); in TEST_F() 101 ASSERT_EQ(1, menu.selection()); in TEST_F() 142 ASSERT_EQ(sel, menu.selection()); in TEST_F() 146 ASSERT_EQ(expected, menu.selection()); in TEST_F() 155 ASSERT_EQ(sel, menu.selection()); in TEST_F() 158 ASSERT_EQ(expected, menu.selection()); in TEST_F() 171 ASSERT_EQ(sel, menu.selection()); in TEST_F() 175 ASSERT_EQ(expected, menu.selection()); in TEST_F() 184 ASSERT_EQ(sel, menu.selection()); in TEST_F() 187 ASSERT_EQ(expected, menu.selection()); in TEST_F() [all …]
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 60 size_t Menu::selection() const { in selection() function in Menu 180 if (i == selection()) { in DrawItems() 1191 int old_sel = menu_->selection(); in SelectMenu() 1216 int selected = menu_->selection(); in ShowMenu()
|
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | screen_ui.h | 86 size_t selection() const;
|