Searched refs:show_text (Results 1 – 4 of 4) sorted by relevance
357 bool show_text = false; in main() local374 show_text = true; in main()456 if (show_text) ui->ShowText(true); in main()
335 show_text(false), in ScreenRecoveryUI()701 if (!show_text) { in draw_screen_locked()765 if (show_text || !pagesIdentical) { in update_progress_locked()784 if ((current_icon_ == INSTALLING_UPDATE || current_icon_ == ERASING) && !show_text) { in ProgressThreadLoop()1333 int visible = show_text; in IsTextVisible()1345 show_text = visible; in ShowText()1346 if (show_text) show_text_ever = true; in ShowText()
120 if (!show_text) { in draw_screen_locked()
385 bool show_text; variable