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

  /bootable/recovery/recovery_ui/include/recovery_ui/
wear_ui.h 29 void SetStage(int current, int max) override;
stub_ui.h 42 void SetStage(int /* current */, int /* max */) override {}
ui.h 70 virtual void SetStage(int current, int max) = 0;
screen_ui.h 212 void SetStage(int current, int max) override;
  /bootable/recovery/recovery_ui/
wear_ui.cpp 96 void WearRecoveryUI::SetStage(int /* current */, int /* max */) {}
screen_ui.cpp 1009 void ScreenRecoveryUI::SetStage(int current, int max) {
    [all...]
  /external/dng_sdk/source/
dng_opcode_list.cpp 144 opcode->SetStage (fStage);
dng_opcodes.h 196 void SetStage (uint32 stage)
  /bootable/recovery/
recovery.cpp 450 // Calling SetBackground() after SetStage() to trigger a redraw.
451 ui->SetStage(1, 3);
454 ui->SetStage(2, 3);
457 ui->SetStage(3, 3);
461 ui->SetStage(-1, -1);
832 ui->SetStage(st_cur, st_max);
    [all...]

Completed in 358 milliseconds