Searched refs:progressBarType (Results 1 – 2 of 2) sorted by relevance
56 progressBarType(EMPTY), in ScreenRecoveryUI()140 if (progressBarType != EMPTY) { in draw_progress_locked()152 if (progressBarType == DETERMINATE) { in draw_progress_locked()340 if (progressBarType == DETERMINATE && duration > 0) { in ProgressThreadLoop()464 if (progressBarType != type) { in SetProgressType()465 progressBarType = type; in SetProgressType()476 progressBarType = DETERMINATE; in ShowProgress()490 if (progressBarType == DETERMINATE && fraction > progress) { in SetProgress()
84 ProgressType progressBarType; variable