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

  /bootable/recovery/
screen_ui.h 202 bool intro_done; member in class:ScreenRecoveryUI
screen_ui.cpp 82 intro_done(false),
91 return intro_done ? loopFrames[current_frame] : introFrames[current_frame];
516 if (!intro_done) {
518 intro_done = true;
659 if (intro_frames == 0) intro_done = true;

Completed in 601 milliseconds