Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/recovery_ui/
Dwear_ui.cpp50 if (rotation == GRRotation::NONE) { in FlipOrientation()
53 gr_rotate(GRRotation::NONE); in FlipOrientation()
109 if (current_icon_ != NONE) { in draw_background_locked()
144 if (current_icon_ != NONE) { in draw_circle_foreground_locked()
Dscreen_ui.cpp322 current_icon_(NONE), in ScreenRecoveryUI()
371 case NONE: in GetCurrentText()
428 if (current_icon_ != NONE) { in draw_background_locked()
452 if (current_icon_ != NONE) { in draw_foreground_locked()
1416 gr_rotate(GRRotation::NONE); in SetSwCallback()
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs61 const NONE = 0; constant
85 _ => Self::NONE, in from()
88 Self::NONE in from()
152 oneshot_flag: OneShotFlags::NONE, in default()
269 if oneshot_flag == OneShotFlags::NONE { in set_oneshot_status()
282 self.get_mut_data().oneshot_flag = OneShotFlags::NONE; in clear_oneshot_status()
/bootable/recovery/minui/
Dgraphics.cpp42 static GRRotation rotation = GRRotation::NONE;
169 case GRRotation::NONE: in PixelAt()
319 if (rotation != GRRotation::NONE) { in gr_blit()
464 gr_rotate(GRRotation::NONE); in gr_init()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h36 NONE, enumerator
/bootable/recovery/minui/include/minui/
Dminui.h93 NONE = 0, enumerator
/bootable/recovery/
Drecovery_main.cpp455 ui->SetBackground(RecoveryUI::NONE); in main()
/bootable/recovery/install/
Dinstall.cpp557 ui->SetBackground(RecoveryUI::NONE); in TryUpdateBinary()