OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_stage
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
111
int stage,
max_stage
;
member in class:ScreenRecoveryUI
screen_ui.cpp
86
max_stage
(-1) {
127
int sh = (
max_stage
>= 0) ? stageHeight : 0;
138
int x = (gr_fb_width() -
max_stage
* gr_get_width(stageMarkerEmpty)) / 2;
140
for (int i = 0; i <
max_stage
; ++i) {
477
((
max_stage
>= 0) ? gr_get_height(stageMarkerEmpty) : 0))) / 2;
532
max_stage
= max;
Completed in 26 milliseconds