Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dstub_ui.h39 void ShowProgress(float /* portion */, float /* seconds */) override {} in ShowProgress() function
Dui.h82 virtual void ShowProgress(float portion, float seconds) = 0;
Dscreen_ui.h209 void ShowProgress(float portion, float seconds) override;
/bootable/recovery/install/
Dinstall.cpp442 ui->ShowProgress(fraction * (1 - VERIFICATION_PROGRESS_FRACTION), seconds); in try_update_binary()
581 ui->ShowProgress(VERIFICATION_PROGRESS_FRACTION, VERIFICATION_PROGRESS_TIME); in really_install_package()
/bootable/recovery/
Drecovery.cpp465 ui->ShowProgress(1.0, 10.0); in run_graphics_test()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp983 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) { in ShowProgress() function in ScreenRecoveryUI