Searched refs:indeterminate_frames (Results 1 – 2 of 2) sorted by relevance
79 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()
95 int indeterminate_frames; variable