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

/bootable/recovery/
H A Dscreen_ui.h88 static const int kMaxRows = 96; member in class:ScreenRecoveryUI
91 char text[kMaxRows][kMaxCols];
97 char menu[kMaxRows][kMaxCols];
H A Dscreen_ui.cpp356 if (text_rows > kMaxRows) text_rows = kMaxRows;

Completed in 50 milliseconds