Searched refs:current (Results 1 – 8 of 8) 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;
27 sdk_version: "current",
14 * When using the emulator, make sure the NDK version matches the current
34 // used in the current project.
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()