Home
last modified time | relevance | path

Searched refs:ShowText (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/
Dstub_ui.h38 void ShowText(bool /* visible */) override {} in ShowText() function
Dui.h79 virtual void ShowText(bool visible) = 0;
Dscreen_ui.h62 void ShowText(bool visible) override;
Dui.cpp193 ShowText(true); in OnTouchDetected()
374 ShowText(!IsTextVisible()); in ProcessKey()
Dscreen_ui.cpp921 void ScreenRecoveryUI::ShowText(bool visible) { in ShowText() function in ScreenRecoveryUI