Home
last modified time | relevance | path

Searched refs:screen_width (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() argument
185 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()
233 int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) const { in DrawItems() argument
245 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()