Lines Matching refs:UIElement
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()
495 void ScreenRecoveryUI::SetColor(UIElement e) const { in SetColor()
497 case UIElement::INFO: in SetColor()
500 case UIElement::HEADER: in SetColor()
503 case UIElement::MENU: in SetColor()
504 case UIElement::MENU_SEL_BG: in SetColor()
507 case UIElement::MENU_SEL_BG_ACTIVE: in SetColor()
510 case UIElement::MENU_SEL_FG: in SetColor()
513 case UIElement::LOG: in SetColor()
516 case UIElement::TEXT_FILL: in SetColor()
548 SetColor(UIElement::INFO); in SelectAndShowBackgroundText()
564 SetColor(UIElement::LOG); in SelectAndShowBackgroundText()
724 SetColor(UIElement::INFO); in draw_menu_and_text_buffer_locked()
738 SetColor(UIElement::LOG); in draw_menu_and_text_buffer_locked()