Home
last modified time | relevance | path

Searched refs:installingFrame (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Dscreen_ui.cpp54 installingFrame(0), in ScreenRecoveryUI()
98 surface = installation[installingFrame]; in draw_background_locked()
140 gr_surface icon = installation[installingFrame]; in draw_progress_locked()
300 installingFrame = (installingFrame + 1) % installing_frames; in progress_loop()
Dscreen_ui.h65 int installingFrame; variable