Searched refs:current (Results 1 – 7 of 7) sorted by relevance
29 void SetStage(int current, int max) override;
70 virtual void SetStage(int current, int max) = 0;
212 void SetStage(int current, int max) override;
18 sdk_version: "current",
14 * When using the emulator, make sure the NDK version matches the current
85 - `Current Build:` - shows current active build.207 - [x] Create a UI with list of configs, current version,
1009 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() argument1011 stage = current; in SetStage()