Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp356 ui->SetBackground(RecoveryUI::ERASING); in wipe_ab_device()
438 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
441 ui->SetBackground(RecoveryUI::ERROR); in run_graphics_test()
444 ui->SetBackground(RecoveryUI::NO_COMMAND); in run_graphics_test()
447 ui->SetBackground(RecoveryUI::ERASING); in run_graphics_test()
452 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
455 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
458 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
462 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
484 ui->SetBackground(RecoveryUI::NO_COMMAND); in prompt_and_wait()
[all …]
Drecovery_main.cpp432 ui->SetBackground(RecoveryUI::NONE); in main()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dstub_ui.h34 void SetBackground(Icon /* icon */) override {} in SetBackground() function
Dui.h73 virtual void SetBackground(Icon icon) = 0;
Dscreen_ui.h204 void SetBackground(Icon icon) override;
/bootable/recovery/install/
Dwipe_data.cpp43 ui->SetBackground(RecoveryUI::ERASING); in EraseVolume()
Dadb_install.cpp210 ui->SetBackground(RecoveryUI::NO_COMMAND); in ListenAndExecuteMinadbdCommands()
Dinstall.cpp460 ui->SetBackground(RecoveryUI::NONE); in try_update_binary()
577 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in really_install_package()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp965 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground() function in ScreenRecoveryUI