HomeSort by relevance Sort by last modified time
    Searched defs:ScreenRecoveryUI (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
screen_ui.h 27 class ScreenRecoveryUI : public RecoveryUI {
29 ScreenRecoveryUI();
screen_ui.cpp 43 static ScreenRecoveryUI* self = NULL;
52 ScreenRecoveryUI::ScreenRecoveryUI() :
75 // different resources should have a subclass of ScreenRecoveryUI
100 void ScreenRecoveryUI::draw_install_overlay_locked(int frame) {
111 void ScreenRecoveryUI::draw_background_locked(Icon icon)
158 void ScreenRecoveryUI::draw_progress_locked()
215 void ScreenRecoveryUI::SetColor(UIElement e) {
241 void ScreenRecoveryUI::draw_screen_locked()
297 void ScreenRecoveryUI::update_screen_locked(
    [all...]

Completed in 100 milliseconds