Home
last modified time | relevance | path

Searched refs:progress_bar_fill_ (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp410 gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
412 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
472 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height, in draw_foreground_locked()
481 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
909 progress_bar_fill_ = LoadBitmap("progress_fill"); in Init()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h364 std::unique_ptr<GRSurface> progress_bar_fill_; variable