OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMarginHeight
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
wear_ui.cpp
82
int y =
kMarginHeight
;
138
for (int ty = gr_fb_height() - char_height_ -
kMarginHeight
; ty > y + 2 && count < text_rows_;
screen_ui.h
91
const int
kMarginHeight
;
screen_ui.cpp
58
kMarginHeight
(RECOVERY_UI_MARGIN_HEIGHT),
167
int y = ScreenHeight() - stage_height -
kMarginHeight
;
282
int text_y =
kMarginHeight
;
431
int y =
kMarginHeight
;
472
for (int ty = ScreenHeight() -
kMarginHeight
- char_height_; ty >= y && count < text_rows_;
592
text_rows_ = (ScreenHeight() -
kMarginHeight
* 2) / char_height_;
Completed in 64 milliseconds