Searched refs:progressBarType (Results 1 – 2 of 2) sorted by relevance
325 progressBarType(EMPTY), in ScreenRecoveryUI()463 if (progressBarType != EMPTY) { in draw_foreground_locked()474 if (progressBarType == DETERMINATE) { in draw_foreground_locked()801 if (progressBarType == DETERMINATE && duration > 0) { in ProgressThreadLoop()1019 if (progressBarType != type) { in SetProgressType()1020 progressBarType = type; in SetProgressType()1030 progressBarType = DETERMINATE; in ShowProgress()1043 if (progressBarType == DETERMINATE && fraction > progress) { in SetProgress()
371 ProgressType progressBarType; variable