Searched refs:progressScopeSize (Results 1 – 2 of 2) sorted by relevance
58 progressScopeSize(0), in ScreenRecoveryUI()153 float p = progressScopeStart + progress * progressScopeSize; in draw_progress_locked()468 progressScopeSize = 0; in SetProgressType()477 progressScopeStart += progressScopeSize; in ShowProgress()478 progressScopeSize = portion; in ShowProgress()493 float scale = width * progressScopeSize; in SetProgress()
86 float progressScopeStart, progressScopeSize, progress; variable