Home
last modified time | relevance | path

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

/bootable/recovery/
Dcommon.h56 void ui_set_background(int icon);
Drecovery.c263 ui_set_background(BACKGROUND_ICON_INSTALLING); in erase_root()
352 ui_set_background(BACKGROUND_ICON_ERROR); in prompt_and_wait()
443 if (status != INSTALL_SUCCESS) ui_set_background(BACKGROUND_ICON_ERROR); in main()
Dinstall.c336 ui_set_background(BACKGROUND_ICON_INSTALLING); in install_package()
Dui.c374 void ui_set_background(int icon) in ui_set_background() function