Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp107 bool TextMenu::ItemsOverflow(std::string* cur_selection_str) const { in ItemsOverflow()
112 *cur_selection_str = in ItemsOverflow()
161 std::string cur_selection_str; in DrawHeader() local
162 if (ItemsOverflow(&cur_selection_str)) { in DrawHeader()
163 offset += draw_funcs_.DrawTextLine(x, y + offset, cur_selection_str, true); in DrawHeader()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h145 bool ItemsOverflow(std::string* cur_selection_str) const;