Home
last modified time | relevance | path

Searched refs:Icon (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h35 enum Icon { enum
75 virtual void SetBackground(Icon icon) = 0;
Dstub_ui.h34 void SetBackground(Icon /* icon */) override {} in SetBackground() argument
Dscreen_ui.h204 void SetBackground(Icon icon) override;
355 Icon current_icon_;
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp979 void ScreenRecoveryUI::SetBackground(Icon icon) { in SetBackground()