HomeSort by relevance Sort by last modified time
    Searched refs:fastbootd_logo_ (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/recovery_ui/
screen_ui.cpp 705 if (fastbootd_logo_ && fastbootd_logo_enabled_) {
707 auto width = gr_get_width(fastbootd_logo_.get());
708 auto height = gr_get_height(fastbootd_logo_.get());
710 DrawSurface(fastbootd_logo_.get(), 0, 0, width, height, centered_x, y);
904 fastbootd_logo_ = LoadBitmap("fastbootd");
    [all...]
  /bootable/recovery/recovery_ui/include/recovery_ui/
screen_ui.h 348 std::unique_ptr<GRSurface> fastbootd_logo_; member in class:ScreenRecoveryUI

Completed in 2597 milliseconds