Home
last modified time | relevance | path

Searched refs:progressBarType (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Dscreen_ui.cpp56 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()
Dscreen_ui.h84 ProgressType progressBarType; variable