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

  /bootable/recovery/
ui.h 42 enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE };
43 virtual void SetProgressType(ProgressType determinate) = 0;
screen_ui.cpp 162 if (progressBarType == DETERMINATE) {
309 if (progressBarType == DETERMINATE && duration > 0) {
459 progressBarType = DETERMINATE;
474 if (progressBarType == DETERMINATE && fraction > progress) {
install.cpp 202 ui->SetProgressType(RecoveryUI::DETERMINATE);

Completed in 55 milliseconds