Home
last modified time | relevance | path

Searched refs:SetBackground (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/
Drecovery.cpp527 ui->SetBackground(RecoveryUI::ERASING); in erase_volume()
907 ui->SetBackground(RecoveryUI::ERASING); in wipe_ab_device()
987 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
990 ui->SetBackground(RecoveryUI::ERROR); in run_graphics_test()
993 ui->SetBackground(RecoveryUI::NO_COMMAND); in run_graphics_test()
996 ui->SetBackground(RecoveryUI::ERASING); in run_graphics_test()
1001 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
1004 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
1007 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
1011 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
[all …]
Dstub_ui.h27 void SetBackground(Icon icon) override {} in SetBackground() function
Dui.h42 virtual void SetBackground(Icon icon) = 0;
Dscreen_ui.h39 void SetBackground(Icon icon);
Dinstall.cpp453 ui->SetBackground(RecoveryUI::NONE); in try_update_binary()
563 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in really_install_package()
Dscreen_ui.cpp539 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground() function in ScreenRecoveryUI