Home
last modified time | relevance | path

Searched refs:portion (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h84 virtual void ShowProgress(float portion, float seconds) = 0;
Dscreen_ui.h209 void ShowProgress(float portion, float seconds) override;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp997 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) { in ShowProgress() argument
1001 progressScopeSize = portion; in ShowProgress()