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

  /bootable/recovery/
screen_ui.h 170 void DrawTextLines(int x, int* y, const char* const* lines) const;
wear_ui.cpp 135 DrawTextLines(x + 4, &y, HEADERS);
137 DrawTextLines(x + 4, &y, menu_headers_);
screen_ui.cpp 264 void ScreenRecoveryUI::DrawTextLines(int x, int* y, const char* const* lines) const {
301 DrawTextLines(TEXT_INDENT, &y, HasThreeButtons() ? REGULAR_HELP : LONG_PRESS_HELP);
304 DrawTextLines(TEXT_INDENT, &y, menu_headers_);

Completed in 185 milliseconds