HomeSort by relevance Sort by last modified time
    Searched refs:DETERMINATE (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/
ui.h 44 enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE };
45 virtual void SetProgressType(ProgressType determinate) = 0;
screen_ui.cpp 156 if (progressBarType == DETERMINATE) {
306 if (progressBarType == DETERMINATE && duration > 0) {
436 progressBarType = DETERMINATE;
451 if (progressBarType == DETERMINATE && fraction > progress) {
install.cpp 190 ui->SetProgressType(RecoveryUI::DETERMINATE);

Completed in 305 milliseconds