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
412 int bottom_gap = (ScreenHeight() - elements_sum) / 2; in GetProgressBaseline()413 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()427 int y = ScreenHeight() - stage_height - margin_height_; in draw_background_locked()453 (frame_y + frame_height) < ScreenHeight()) in draw_foreground_locked()607 int ScreenRecoveryUI::ScreenHeight() const { in ScreenHeight() function in ScreenRecoveryUI741 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()870 text_rows_ = (ScreenHeight() - margin_height_ * 2) / char_height_; in InitTextParams()1186 size_t max_height = ScreenHeight() - margin_height_ - char_height_ * (title_lines_.size() + 3); in CreateMenu()