Home
last modified time | relevance | path

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

/bootable/recovery/
Dstub_ui.h27 void SetBackground(Icon /* icon */) override {} in SetBackground() function
Dui.h62 virtual void SetBackground(Icon icon) = 0;
Dscreen_ui.h51 void SetBackground(Icon icon) override;
Dinstall.cpp457 ui->SetBackground(RecoveryUI::NONE); in try_update_binary()
567 ui->SetBackground(RecoveryUI::INSTALLING_UPDATE); in really_install_package()
Dscreen_ui.cpp677 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground() function in ScreenRecoveryUI