Searched refs:progressBarType (Results 1 – 2 of 2) sorted by relevance
319 progressBarType(EMPTY), in ScreenRecoveryUI()454 if (progressBarType != EMPTY) { in draw_foreground_locked()465 if (progressBarType == DETERMINATE) { in draw_foreground_locked()792 if (progressBarType == DETERMINATE && duration > 0) { in ProgressThreadLoop()988 if (progressBarType != type) { in SetProgressType()989 progressBarType = type; in SetProgressType()999 progressBarType = DETERMINATE; in ShowProgress()1012 if (progressBarType == DETERMINATE && fraction > progress) { in SetProgress()
368 ProgressType progressBarType; variable