Home
last modified time | relevance | path

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

/bootable/recovery/
Dscreen_ui.cpp79 indeterminate_frames(6), in ScreenRecoveryUI()
187 frame = (frame + indeterminate_frames - 1) % indeterminate_frames; in draw_progress_locked()
189 frame = (frame + 1) % indeterminate_frames; in draw_progress_locked()
353 progressBarIndeterminate = (gr_surface*)malloc(indeterminate_frames * in Init()
355 for (i = 0; i < indeterminate_frames; ++i) { in Init()
Dscreen_ui.h95 int indeterminate_frames; variable