History log of /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/SimpleInflater.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d33fc41d66b7f2435bee7981613c62317d3a21fc 18-Jan-2017 Maurice Lam <yukl@google.com> Turn off DEBUG for SimpleInflater

Test: Existing tests pass
Change-Id: I71502f10a7883d0708c3f10a064e1f8cb5520ac9
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/SimpleInflater.java
c64c94744da6d3d139c24be7dd62cbb3ceae0eb5 06-Jan-2017 Maurice Lam <yukl@google.com> Refactor GenericInflater

Split GenericInflater into SimpleInflater, which wraps the XML parsing
into finding the tag name and an AttributeSet. The subclass is
responsible for creating the corresponding object for the given tag
name and AttributeSet.
ReflectionInflater is a subclass of SimpleInflater which will treat
the tag name as a class, and create the object via reflection using
the 2-argument constructor TagName(Context, AttributeSet).

Test: ./gradlew connectedAndroidTest
Change-Id: I81408f099f132b7bedb27a9b5425e3c18988aa52
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/SimpleInflater.java