Home
last modified time | relevance | path

Searched refs:SetColor (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp154 draw_funcs_.SetColor(UIElement::HEADER); in DrawHeader()
173 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
182 draw_funcs_.SetColor(long_press ? UIElement::MENU_SEL_BG_ACTIVE : UIElement::MENU_SEL_BG); in DrawItems()
188 draw_funcs_.SetColor(UIElement::MENU_SEL_FG); in DrawItems()
193 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
228 draw_funcs_.SetColor(UIElement::HEADER); in DrawHeader()
236 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
242 draw_funcs_.SetColor(long_press ? UIElement::MENU_SEL_BG_ACTIVE : UIElement::MENU_SEL_BG); in DrawItems()
248 draw_funcs_.SetColor(UIElement::MENU_SEL_FG); in DrawItems()
253 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
[all …]
Dwear_ui.cpp76 SetColor(UIElement::TEXT_FILL); in draw_screen_locked()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h51 virtual void SetColor(UIElement element) const = 0;
321 void SetColor(UIElement e) const override;
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp44 void SetColor(UIElement /* element */) const override {} in SetColor() function in MockDrawFunctions