Searched refs:ScreenHeight (Results 1 – 4 of 4) sorted by relevance
34 int ScreenHeight() const override;
321 virtual int ScreenHeight() const;
33 int VrRecoveryUI::ScreenHeight() const { in ScreenHeight() function in VrRecoveryUI
411 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 ScreenRecoveryUI738 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()