Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h93 virtual int DrawItems(int x, int y, int screen_width, bool long_press) const = 0;
114 int DrawItems(int x, int y, int screen_width, bool long_press) const override;
175 int DrawItems(int x, int y, int screen_width, bool long_press) const override;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp170 int TextMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems() function in TextMenu
233 int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems() function in GraphicMenu
726 y += menu_->DrawItems(x, y, ScreenWidth(), IsLongPress()); in draw_menu_and_text_buffer_locked()