Home
last modified time | relevance | path

Searched refs:show_text (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/
Dscreen_ui.cpp68 show_text(false), in ScreenRecoveryUI()
284 if (!show_text) { in draw_screen_locked()
352 if (show_text || !pagesIdentical) { in update_progress_locked()
377 if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) && !show_text) { in ProgressThreadLoop()
778 int visible = show_text; in IsTextVisible()
792 show_text = visible; in ShowText()
793 if (show_text) show_text_ever = true; in ShowText()
Dscreen_ui.h111 bool show_text; variable
Dwear_ui.cpp117 if (!show_text) { in draw_screen_locked()
Drecovery.cpp1404 bool show_text = false; in main() local
1421 case 't': show_text = true; break; in main()
1483 if (show_text) ui->ShowText(true); in main()