Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Dscreen_ui.cpp76 current_frame(0), in ScreenRecoveryUI()
87 return intro_done ? loopFrames[current_frame] : introFrames[current_frame]; in GetCurrentFrame()
381 if (current_frame == intro_frames - 1) { in ProgressThreadLoop()
383 current_frame = 0; in ProgressThreadLoop()
385 ++current_frame; in ProgressThreadLoop()
388 current_frame = (current_frame + 1) % loop_frames; in ProgressThreadLoop()
Dscreen_ui.h127 size_t current_frame; variable
Dwear_ui.cpp81 surface = introFrames[current_frame]; in draw_background_locked()
83 surface = loopFrames[current_frame]; in draw_background_locked()