Lines Matching refs:ScreenRecoveryUI
56 ScreenRecoveryUI::ScreenRecoveryUI() in ScreenRecoveryUI() function in ScreenRecoveryUI
89 GRSurface* ScreenRecoveryUI::GetCurrentFrame() const { in GetCurrentFrame()
96 GRSurface* ScreenRecoveryUI::GetCurrentText() const { in GetCurrentText()
111 int ScreenRecoveryUI::PixelsFromDp(int dp) const { in PixelsFromDp()
139 int ScreenRecoveryUI::GetAnimationBaseline() const { in GetAnimationBaseline()
143 int ScreenRecoveryUI::GetTextBaseline() const { in GetTextBaseline()
148 int ScreenRecoveryUI::GetProgressBaseline() const { in GetProgressBaseline()
158 void ScreenRecoveryUI::draw_background_locked() { in draw_background_locked()
185 void ScreenRecoveryUI::draw_foreground_locked() { in draw_foreground_locked()
232 void ScreenRecoveryUI::SetColor(UIElement e) const { in SetColor()
262 void ScreenRecoveryUI::SelectAndShowBackgroundText(const std::vector<std::string>& locales_entries, in SelectAndShowBackgroundText()
310 void ScreenRecoveryUI::CheckBackgroundTextImages(const std::string& saved_locale) { in CheckBackgroundTextImages()
337 int ScreenRecoveryUI::ScreenWidth() const { in ScreenWidth()
341 int ScreenRecoveryUI::ScreenHeight() const { in ScreenHeight()
345 void ScreenRecoveryUI::DrawSurface(GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
350 int ScreenRecoveryUI::DrawHorizontalRule(int y) const { in DrawHorizontalRule()
355 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar()
359 void ScreenRecoveryUI::DrawFill(int x, int y, int w, int h) const { in DrawFill()
363 void ScreenRecoveryUI::DrawTextIcon(int x, int y, GRSurface* surface) const { in DrawTextIcon()
367 int ScreenRecoveryUI::DrawTextLine(int x, int y, const char* line, bool bold) const { in DrawTextLine()
372 int ScreenRecoveryUI::DrawTextLines(int x, int y, const char* const* lines) const { in DrawTextLines()
380 int ScreenRecoveryUI::DrawWrappedTextLines(int x, int y, const char* const* lines) const { in DrawWrappedTextLines()
421 void ScreenRecoveryUI::draw_screen_locked() { in draw_screen_locked()
482 void ScreenRecoveryUI::update_screen_locked() { in update_screen_locked()
489 void ScreenRecoveryUI::update_progress_locked() { in update_progress_locked()
500 void* ScreenRecoveryUI::ProgressThreadStartRoutine(void* data) { in ProgressThreadStartRoutine()
501 reinterpret_cast<ScreenRecoveryUI*>(data)->ProgressThreadLoop(); in ProgressThreadStartRoutine()
505 void ScreenRecoveryUI::ProgressThreadLoop() { in ProgressThreadLoop()
553 void ScreenRecoveryUI::LoadBitmap(const char* filename, GRSurface** surface) { in LoadBitmap()
560 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, GRSurface** surface) { in LoadLocalizedBitmap()
577 void ScreenRecoveryUI::SetSystemUpdateText(bool security_update) { in SetSystemUpdateText()
586 bool ScreenRecoveryUI::InitTextParams() { in InitTextParams()
597 bool ScreenRecoveryUI::Init(const std::string& locale) { in Init()
640 void ScreenRecoveryUI::LoadAnimation() { in LoadAnimation()
677 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground()
686 void ScreenRecoveryUI::SetProgressType(ProgressType type) { in SetProgressType()
698 void ScreenRecoveryUI::ShowProgress(float portion, float seconds) { in ShowProgress()
710 void ScreenRecoveryUI::SetProgress(float fraction) { in SetProgress()
726 void ScreenRecoveryUI::SetStage(int current, int max) { in SetStage()
733 void ScreenRecoveryUI::PrintV(const char* fmt, bool copy_to_stdout, va_list ap) { in PrintV()
757 void ScreenRecoveryUI::Print(const char* fmt, ...) { in Print()
764 void ScreenRecoveryUI::PrintOnScreenOnly(const char *fmt, ...) { in PrintOnScreenOnly()
771 void ScreenRecoveryUI::PutChar(char ch) { in PutChar()
781 void ScreenRecoveryUI::ClearText() { in ClearText()
791 void ScreenRecoveryUI::ShowFile(FILE* fp) { in ShowFile()
841 void ScreenRecoveryUI::ShowFile(const char* filename) { in ShowFile()
864 void ScreenRecoveryUI::StartMenu(const char* const* headers, const char* const* items, in StartMenu()
881 int ScreenRecoveryUI::SelectMenu(int sel) { in SelectMenu()
898 void ScreenRecoveryUI::EndMenu() { in EndMenu()
907 bool ScreenRecoveryUI::IsTextVisible() { in IsTextVisible()
914 bool ScreenRecoveryUI::WasTextEverVisible() { in WasTextEverVisible()
921 void ScreenRecoveryUI::ShowText(bool visible) { in ShowText()
929 void ScreenRecoveryUI::Redraw() { in Redraw()
935 void ScreenRecoveryUI::KeyLongPress(int) { in KeyLongPress()
941 void ScreenRecoveryUI::SetLocale(const std::string& new_locale) { in SetLocale()