Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp160 draw_funcs_.SetColor(UIElement::HEADER); in DrawHeader()
179 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
188 draw_funcs_.SetColor(long_press ? UIElement::MENU_SEL_BG_ACTIVE : UIElement::MENU_SEL_BG); in DrawItems()
194 draw_funcs_.SetColor(UIElement::MENU_SEL_FG); in DrawItems()
199 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
234 draw_funcs_.SetColor(UIElement::HEADER); in DrawHeader()
242 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
248 draw_funcs_.SetColor(long_press ? UIElement::MENU_SEL_BG_ACTIVE : UIElement::MENU_SEL_BG); in DrawItems()
254 draw_funcs_.SetColor(UIElement::MENU_SEL_FG); in DrawItems()
259 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;
327 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