Searched refs:current (Results 1 – 7 of 7) sorted by relevance
29 void SetStage(int current, int max) override;
72 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.209 - [x] Create a UI with list of configs, current version,
1044 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage() argument1046 stage = current; in SetStage()