OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_top_
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.cpp
68
text_top_
(0),
320
int row = (
text_top_
+ text_rows_ - 1) % text_rows_;
453
text_top_
= 1;
604
if (text_row_ ==
text_top_
)
text_top_
= (
text_top_
+ 1) % text_rows_;
635
if (text_row_ ==
text_top_
)
text_top_
= (
text_top_
+ 1) % text_rows_;
644
text_top_
= 1
[
all
...]
screen_ui.h
110
size_t text_col_, text_row_,
text_top_
;
member in class:ScreenRecoveryUI
Completed in 324 milliseconds