History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/TouchUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d2900e6bd6bd80bfb28044499279e276e76e6851 21-Feb-2017 Aurimas Liutikas <aurimas@google.com> Cleanup test AndroidManifest.xml files.

- We moved away from the old test runner and we use JUnit4 everywhere.
- Move palette tests to v7/palette/tests to match the rest of support library.

Test: None
Change-Id: Ifc4603dafa676937baff7465a8cad26439b433ef
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/TouchUtils.java
959f4c0fac89425a8a9842e82fc180ec736fffac 11-Mar-2016 Yigit Boyar <yboyar@google.com> Make RecyclerView tests faster and less flaky

This CL makes a bunch improvements in RecyclerView tests.
* Change requestFocus helper to wait for smooth scroller (flakiness)
* Disable activity launch animation (perf)
* Make sure SavedState tests uses same items on restore (flakiness)
* Better step calculation in TouchUtils (perf)
* Replace scroller to add a listener instead of busy waits (perf & flakiness)
* Re-use the same TestActivity between tests. (perf)
* This seems very dangerious but given that we have many short running
tests, it greatly improves the performance.

Change-Id: Id17e5b581c690816e82726bcabfd4899d13b6403
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/TouchUtils.java
0a017072206f93474ccd2706e7983c2ff778b904 07-Jan-2016 Yigit Boyar <yboyar@google.com> Move all RecyclerView tests to Junit4

This CL moves all RecyclerView tests to Junit4 and uses
the new ActivityTestRule instead of ActivityInstrumentationTest.

Bug: 24494874
Change-Id: I049d8b1ac7869a6af13a3ee7905d6dd1f6eb418b
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/TouchUtils.java