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