Doug Zongker 211aebc4e0 refactor ui functions into a class
Move all the functions in ui.c to be members of a ScreenRecoveryUI
class, which is a subclass of an abstract RecoveryUI class.  Recovery
then creates a global singleton instance of this class and then invoke
the methods to drive the UI.  We use this to allow substitution of a
different RecoveryUI implementation for devices with radically
different form factors (eg, that don't have a screen).

Change-Id: I76bdd34eca506149f4cc07685df6a4890473f3d9
2011-10-31 14:15:02 -07:00
2010-08-02 14:17:33 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 14:15:02 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 10:24:09 -07:00
2010-03-08 18:04:03 -08:00
2011-10-31 10:24:09 -07:00
2011-10-31 14:15:02 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 10:24:09 -07:00
2011-10-31 14:15:02 -07:00
2011-10-31 14:15:02 -07:00
Description
No description provided
102 MiB
Languages
C++ 50.2%
C 43.6%
Makefile 1.9%
Java 1.8%
Roff 1%
Other 1.4%