Lines Matching refs:get

230   draw_funcs_.DrawTextIcon(x, y, graphic_headers_.get());  in DrawHeader()
251 draw_funcs_.DrawTextIcon(x, y + offset, item.get()); in DrawItems()
350 return intro_done_ ? loop_frames_[current_frame_].get() : intro_frames_[current_frame_].get(); in GetCurrentFrame()
352 return error_icon_.get(); in GetCurrentFrame()
358 return erasing_text_.get(); in GetCurrentText()
360 return error_text_.get(); in GetCurrentText()
362 return installing_text_.get(); in GetCurrentText()
364 return no_command_text_.get(); in GetCurrentText()
400 gr_get_height(loop_frames_[0].get()); in GetAnimationBaseline()
405 gr_get_height(installing_text_.get()); in GetTextBaseline()
409 int elements_sum = gr_get_height(loop_frames_[0].get()) + PixelsFromDp(kLayouts[layout_][ICON]) + in GetProgressBaseline()
410 gr_get_height(installing_text_.get()) + PixelsFromDp(kLayouts[layout_][TEXT]) + in GetProgressBaseline()
411 gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
413 return ScreenHeight() - bottom_gap - gr_get_height(progress_bar_fill_.get()); in GetProgressBaseline()
424 int stage_height = gr_get_height(stage_marker_empty_.get()); in draw_background_locked()
425 int stage_width = gr_get_width(stage_marker_empty_.get()); in draw_background_locked()
426 int x = (ScreenWidth() - max_stage * gr_get_width(stage_marker_empty_.get())) / 2; in draw_background_locked()
430 DrawSurface(stage_surface.get(), 0, 0, stage_width, stage_height, x, y); in draw_background_locked()
458 int width = gr_get_width(progress_bar_empty_.get()); in draw_foreground_locked()
459 int height = gr_get_height(progress_bar_empty_.get()); in draw_foreground_locked()
475 DrawSurface(progress_bar_fill_.get(), width - pos, 0, pos, height, in draw_foreground_locked()
479 DrawSurface(progress_bar_empty_.get(), 0, 0, width - pos, height, progress_x, progress_y); in draw_foreground_locked()
484 DrawSurface(progress_bar_fill_.get(), 0, 0, pos, height, progress_x, progress_y); in draw_foreground_locked()
487 DrawSurface(progress_bar_empty_.get(), pos, 0, width - pos, height, progress_x + pos, in draw_foreground_locked()
567 gr_texticon(text_x, text_y, p.second.get()); in SelectAndShowBackgroundText()
568 text_y += gr_get_height(p.second.get()); in SelectAndShowBackgroundText()
714 auto width = gr_get_width(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()
715 auto height = gr_get_height(fastbootd_logo_.get()); in draw_menu_and_text_buffer_locked()
717 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y); in draw_menu_and_text_buffer_locked()
967 while ((de = readdir(dir.get())) != nullptr) { in LoadAnimation()
1035 int width = gr_get_width(progress_bar_empty_.get()); in SetProgress()
1171 ShowFile(fp.get()); in ShowFile()
1297 auto wipe_data_menu = CreateMenu(wipe_data_menu_header_text_.get(), in ShowPromptWipeDataMenu()
1298 { try_again_text_.get(), factory_data_reset_text_.get() }, in ShowPromptWipeDataMenu()
1311 CreateMenu(wipe_data_confirmation_text_.get(), in ShowPromptWipeDataConfirmationMenu()
1312 { cancel_wipe_data_text_.get(), factory_data_reset_text_.get() }, backup_headers, in ShowPromptWipeDataConfirmationMenu()