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

/bootable/recovery/
H A Dscreen_ui.cpp57 progressBarType(EMPTY),
144 if (progressBarType != EMPTY) {
156 if (progressBarType == DETERMINATE) {
306 if (progressBarType == DETERMINATE && duration > 0) {
423 if (progressBarType != type) {
424 progressBarType = type;
436 progressBarType = DETERMINATE;
451 if (progressBarType == DETERMINATE && fraction > progress) {
H A Dscreen_ui.h78 ProgressType progressBarType; member in class:ScreenRecoveryUI

Completed in 51 milliseconds