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

  /bootable/recovery/
screen_ui.cpp 43 static ScreenRecoveryUI* self = NULL;
52 ScreenRecoveryUI::ScreenRecoveryUI() :
74 // different resources should have a subclass of ScreenRecoveryUI
91 void ScreenRecoveryUI::draw_install_overlay_locked(int frame) {
102 void ScreenRecoveryUI::draw_background_locked(Icon icon)
123 void ScreenRecoveryUI::draw_progress_locked()
163 void ScreenRecoveryUI::draw_text_line(int row, const char* t) {
171 void ScreenRecoveryUI::draw_screen_locked()
210 void ScreenRecoveryUI::update_screen_locked(
    [all...]
default_device.cpp 34 class DefaultUI : public ScreenRecoveryUI {
screen_ui.h 27 class ScreenRecoveryUI : public RecoveryUI {
29 ScreenRecoveryUI();
  /device/asus/grouper/recovery/
recovery_ui.cpp 37 class GrouperUI : public ScreenRecoveryUI {
  /device/samsung/crespo/recovery/
recovery_ui.cpp 38 class CrespoUI : public ScreenRecoveryUI {
  /device/samsung/tuna/recovery/
recovery_ui.cpp 38 class TunaUI : public ScreenRecoveryUI {
  /device/moto/stingray/recovery/
recovery_ui.cpp 42 class StingrayUI : public ScreenRecoveryUI {

Completed in 59 milliseconds