Searched refs:intro_done (Results 1 – 2 of 2) sorted by relevance
82 intro_done(false), in ScreenRecoveryUI()91 return intro_done ? loopFrames[current_frame] : introFrames[current_frame]; in GetCurrentFrame()516 if (!intro_done) { in ProgressThreadLoop()518 intro_done = true; in ProgressThreadLoop()659 if (intro_frames == 0) intro_done = true; in LoadAnimation()
202 bool intro_done; variable