Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp275 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
278 ui->SetBackground(RecoveryUI::ERROR); in run_graphics_test()
281 ui->SetBackground(RecoveryUI::NO_COMMAND); in run_graphics_test()
284 ui->SetBackground(RecoveryUI::ERASING); in run_graphics_test()
289 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
292 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
295 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
299 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in run_graphics_test()
371 ui->SetBackground(RecoveryUI::NO_COMMAND); in PromptAndWait()
376 ui->SetBackground(RecoveryUI::ERROR); in PromptAndWait()
[all …]
Drecovery_main.cpp451 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.h75 virtual void SetBackground(Icon icon) = 0;
Dscreen_ui.h204 void SetBackground(Icon icon) override;
/bootable/recovery/install/
Dwipe_data.cpp44 ui->SetBackground(RecoveryUI::ERASING); in EraseVolume()
Dwipe_device.cpp172 ui->SetBackground(RecoveryUI::ERASING); in WipeAbDevice()
Dinstall.cpp478 ui->SetBackground(RecoveryUI::NONE); in TryUpdateBinary()
527 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in VerifyAndInstallPackage()
Dadb_install.cpp214 ui->SetBackground(RecoveryUI::NO_COMMAND); in ListenAndExecuteMinadbdCommands()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1000 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground() function in ScreenRecoveryUI