Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/
H A 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()
371 ui->SetBackground(RecoveryUI::NO_COMMAND); in PromptAndWait()
376 ui->SetBackground(RecoveryUI::ERROR); in PromptAndWait()
490 ui->SetBackground(RecoveryUI::ERROR); in PromptAndWait()
806 ui->SetBackground(RecoveryUI::ERROR); in start_recovery()
847 ui->SetBackground(RecoveryUI::NO_COMMAND); in start_recovery()
[all …]
H A Drecovery_main.cpp451 ui->SetBackground(RecoveryUI::NONE); in main()
/aosp12/bootable/recovery/install/
H A Dwipe_data.cpp97 ui->SetBackground(RecoveryUI::ERASING); in WipeCache()
108 ui->SetBackground(RecoveryUI::ERASING); in WipeData()
H A Dwipe_device.cpp177 ui->SetBackground(RecoveryUI::ERASING); in WipeAbDevice()
H A Dinstall.cpp491 ui->SetBackground(RecoveryUI::NONE); in TryUpdateBinary()
540 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in VerifyAndInstallPackage()
H A Dadb_install.cpp214 ui->SetBackground(RecoveryUI::NO_COMMAND); in ListenAndExecuteMinadbdCommands()
/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Dstub_ui.h34 void SetBackground(Icon /* icon */) override {} in SetBackground() function
H A Dui.h75 virtual void SetBackground(Icon icon) = 0;
H A Dscreen_ui.h204 void SetBackground(Icon icon) override;
/aosp12/bootable/recovery/recovery_ui/
H A Dscreen_ui.cpp1000 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground() function in ScreenRecoveryUI