Searched refs:SetColor (Results 1 – 4 of 4) sorted by relevance
155 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 …]
76 SetColor(UIElement::TEXT_FILL); in draw_screen_locked()
51 virtual void SetColor(UIElement element) const = 0;324 void SetColor(UIElement e) const override;
44 void SetColor(UIElement /* element */) const override {} in SetColor() function in MockDrawFunctions