HomeSort by relevance Sort by last modified time
    Searched refs:text_top (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 84 int text_col, text_row, text_top; member in class:ScreenRecoveryUI
screen_ui.cpp 65 text_top(0),
247 int row = (text_top+text_rows-1) % text_rows;
353 text_top = 1;
505 if (text_row == text_top) text_top = (text_top + 1) % text_rows;

Completed in 35 milliseconds