Lines Matching refs:gr_get_height
399 gr_get_height(loop_frames_[0].get()); in GetAnimationBaseline()
404 gr_get_height(installing_text_.get()); in GetTextBaseline()
408 int elements_sum = gr_get_height(loop_frames_[0].get()) + PixelsFromDp(kLayouts[layout_][ICON]) + in GetProgressBaseline()
409 gr_get_height(installing_text_.get()) + PixelsFromDp(kLayouts[layout_][TEXT]) + in GetProgressBaseline()
410 gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
412 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
423 int stage_height = gr_get_height(stage_marker_empty_.get()); in draw_background_locked()
448 int frame_height = gr_get_height(frame); in draw_foreground_locked()
456 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked()
565 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()
708 auto height = gr_get_height(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()