Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp175 ui->SetBackground(RecoveryUI::NONE); in try_update_binary()
200 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in really_install_package()
Drecovery.cpp423 ui->SetBackground(RecoveryUI::ERASING); in erase_volume()
786 ui->SetBackground(RecoveryUI::NO_COMMAND); in prompt_and_wait()
791 ui->SetBackground(RecoveryUI::ERROR); in prompt_and_wait()
840 ui->SetBackground(RecoveryUI::ERROR); in prompt_and_wait()
986 ui->SetBackground(RecoveryUI::NONE); in main()
1075 ui->SetBackground(RecoveryUI::NO_COMMAND); in main()
1087 ui->SetBackground(RecoveryUI::ERROR); in main()
Dui.h41 virtual void SetBackground(Icon icon) = 0;
Dscreen_ui.h36 void SetBackground(Icon icon);
Dverifier_test.cpp129 void SetBackground(Icon icon) { } in SetBackground() function in FakeUI
Dscreen_ui.cpp453 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground() function in ScreenRecoveryUI