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

  /bootable/recovery/
ui.h 55 virtual void ShowText(bool visible) = 0;
screen_ui.h 43 void ShowText(bool visible);
verifier_test.cpp 112 void ShowText(bool visible) { }
ui.cpp 130 ShowText(!IsTextVisible());
recovery.cpp 707 ui->ShowText(false);
864 if (show_text) ui->ShowText(true);
screen_ui.cpp 560 void ScreenRecoveryUI::ShowText(bool visible)

Completed in 760 milliseconds