Searched refs:text_top (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/
H A Dscreen_ui.cpp66 text_top(0),
250 int row = (text_top+text_rows-1) % text_rows;
357 text_top = 1;
489 if (text_row == text_top) text_top = (text_top + 1) % text_rows;
H A Dscreen_ui.h93 int text_col, text_row, text_top; member in class:ScreenRecoveryUI

Completed in 55 milliseconds