Home
last modified time | relevance | path

Searched refs:TextItem (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp82 ASSERT_EQ(ITEMS[i], menu.TextItem(i)); in TEST_F()
97 ASSERT_EQ(ITEMS[i], menu.TextItem(i)); in TEST_F()
100 ASSERT_EQ("12345678", menu.TextItem(4)); in TEST_F()
112 ASSERT_EQ(ITEMS[i], menu.TextItem(i)); in TEST_F()
129 ASSERT_EQ(ITEMS[i], menu.TextItem(i)); in TEST_F()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h141 std::string TextItem(size_t index) const;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp89 std::string TextMenu::TextItem(size_t index) const { in TextItem() function in TextMenu
191 offset += draw_funcs_.DrawTextLine(x, y + offset, TextItem(i), bold); in DrawItems()