Searched refs:progress (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/
H A Dscreen_ui.cpp60 progress(0),
133 // Draw the progress bar (if any) on the screen. Does not flip pages.
152 // Erase behind the progress bar (in case this was a progress-only update)
157 float p = progressScopeStart + progress * progressScopeSize;
161 // Fill the progress bar from right to left.
169 // Fill the progress bar from left to right.
269 // Updates only the progress bar, if possible, otherwise redraws the screen.
277 draw_progress_locked(); // Draw only the progress bar and overlays
282 // Keeps the progress ba
[all...]
H A Dscreen_ui.h26 // (shows an icon + a progress bar, text logging, menu, etc.)
37 // progress indicator
80 float progressScopeStart, progressScopeSize, progress; member in class:ScreenRecoveryUI
84 // progress bar)

Completed in 24 milliseconds