Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp155 draw_funcs_.SetColor(UIElement::HEADER); in DrawHeader()
174 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
183 draw_funcs_.SetColor(long_press ? UIElement::MENU_SEL_BG_ACTIVE : UIElement::MENU_SEL_BG); in DrawItems()
189 draw_funcs_.SetColor(UIElement::MENU_SEL_FG); in DrawItems()
194 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
229 draw_funcs_.SetColor(UIElement::HEADER); in DrawHeader()
237 draw_funcs_.SetColor(UIElement::MENU); in DrawItems()
243 draw_funcs_.SetColor(long_press ? UIElement::MENU_SEL_BG_ACTIVE : UIElement::MENU_SEL_BG); in DrawItems()
249 draw_funcs_.SetColor(UIElement::MENU_SEL_FG); in DrawItems()
254 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;
324 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