[go: nahoru, domu]

History log of /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/RequireScrollHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7bc6f176937ed369b180fa89f6c311d2801f206c 23-Jan-2016 Maurice Lam <yukl@google.com> [SuwLib] Allow requiring scroll in lists

Add ListViewRequireScrollHelper and RecyclerViewRequireScrollHelper
that will require scrolling in those layouts. SetupWizardListLayout
and SetupWizardRecyclerItemsLayout are now wired properly with the
requireScrollToBottom() method to require scrolling.

Change-Id: I1086fe02374bfbbeb1ac3f8c4ca6981f3ced0df9
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/RequireScrollHelperTest.java
2d77e072fed129b34e473c7f77246a2b064fab7d 29-May-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Add support for require scrolling

Add SetupWizardLayout.requireScrollToBottom method that will register
a RequireScrollHelper on the layout. When the helper is registered
and the content view can scroll, the next button will be hidden and a
down-arrow button is shown, which will scroll the page down when
clicked.

Change-Id: Ib9ddcbeec24169cc00265fe107deb1b5099cba8d
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/RequireScrollHelperTest.java