Home
last modified time | relevance | path

Searched refs:ScreenHeight (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dvr_ui.h34 int ScreenHeight() const override;
Dscreen_ui.h321 virtual int ScreenHeight() const;
/bootable/recovery/recovery_ui/
Dvr_ui.cpp33 int VrRecoveryUI::ScreenHeight() const { in ScreenHeight() function in VrRecoveryUI
Dscreen_ui.cpp411 int bottom_gap = (ScreenHeight() - elements_sum) / 2; in GetProgressBaseline()
412 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
426 int y = ScreenHeight() - stage_height - margin_height_; in draw_background_locked()
604 int ScreenRecoveryUI::ScreenHeight() const { in ScreenHeight() function in ScreenRecoveryUI
738 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()
867 text_rows_ = (ScreenHeight() - margin_height_ * 2) / char_height_; in InitTextParams()
1165 size_t max_height = ScreenHeight() - margin_height_ - char_height_ * (title_lines_.size() + 3); in CreateMenu()