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()788 if (progressBarType == DETERMINATE && duration > 0) { in ProgressThreadLoop()974 if (progressBarType != type) { in SetProgressType()975 progressBarType = type; in SetProgressType()985 progressBarType = DETERMINATE; in ShowProgress()998 if (progressBarType == DETERMINATE && fraction > progress) { in SetProgress()
365 ProgressType progressBarType; variable