Lines Matching refs:UIElement
160 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()
501 void ScreenRecoveryUI::SetColor(UIElement e) const { in SetColor()
503 case UIElement::INFO: in SetColor()
506 case UIElement::HEADER: in SetColor()
509 case UIElement::MENU: in SetColor()
510 case UIElement::MENU_SEL_BG: in SetColor()
513 case UIElement::MENU_SEL_BG_ACTIVE: in SetColor()
516 case UIElement::MENU_SEL_FG: in SetColor()
519 case UIElement::LOG: in SetColor()
522 case UIElement::TEXT_FILL: in SetColor()
554 SetColor(UIElement::INFO); in SelectAndShowBackgroundText()
570 SetColor(UIElement::LOG); in SelectAndShowBackgroundText()
730 SetColor(UIElement::INFO); in draw_menu_and_text_buffer_locked()
744 SetColor(UIElement::LOG); in draw_menu_and_text_buffer_locked()