History log of /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ListMixinTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6011b35deae30839cd454e0ec5866487e90860f5 26-Apr-2017 Maurice Lam <yukl@google.com> Allow setting DividerInsetEnd

- Added XML attribute suwDividerInsetEnd, and replaced
suwDividerInset with suwDividerInsetStart.
- Modified the themes so that the divider insets are set
automatically. If the activity uses GLIF (v1) or material, and the
list does not have icons, it should set
app:suwDividerInsetStart="?attr/suwDividerInsetStartNoIcon"
in the Glif[Recycler/List]Layout

Test: ./gradlew connectedAndroidTest test
Bug: 37677772
Change-Id: Ia4cb9954dd7e3c59cbc72db8937989557689061b
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ListMixinTest.java
97860ddbfea1075cfd281102b93a3982c2b66537 22-Feb-2017 Maurice Lam <yukl@google.com> Fix ListMixinTest and RecyclerMixinTest for KitKat

A dexmaker issue with KitKat makes it so that accessing package
private methods on a spy will throw IllegalAccessError. Use mock with
delegatesTo instead to workaround the issue.

Test: ./gradlew connectedAndroidTest
Change-Id: I18ad132593a646e6955024caaef0238486b69703
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ListMixinTest.java
d349adb3941c88ae27ec451acd19641ba03205df 26-Jan-2017 Maurice Lam <yukl@google.com> Add ListMixin

Add ListMixin to allow common interface to a TemplateLayout containing
lists.

Test: ./gradlew connectedAndroidTest
Change-Id: I6ebd2c5a83b14db534cf66e5de7fe12584441537
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ListMixinTest.java