History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerBaseConfigSetTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f7f1c1ef2a0e0696fbfa8065ac88cd1f8dd39623 27-Jan-2016 Yigit Boyar <yboyar@google.com> Choose last span if layout is towards first item

This CL fixes a bug in GridLayoutManager where it was selecting
the wrong span index if the very first layout will happen towards
the first item in the adapter.

Bug: 26572382
Change-Id: I3e623fc127b10fb8101af32b010541c2e0ece276
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerBaseConfigSetTest.java
4143554adb9b31b700b6876a251a64419e6111e2 10-Dec-2015 Yigit Boyar <yboyar@google.com> RecyclerView Automatic WRAP_CONTENT support

This CL adds support for wrapping content for RecyclerView while
supporting predictive animations.

It is an opt-in API which is off by default because these changes
will change the callback flow, especially will start calling
LayoutManager#onLayout when RecyclerView#onMeasure is called.

See LayoutManager#setAutoMeasureEnabled for API details.

All built in LayoutManagers support WRAP_CONTENT using this new
mechanishm.

Bug: 22508392

Change-Id: I6e010f8807e9d2fa379dd52493b2d8340b8c65de
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/GridLayoutManagerBaseConfigSetTest.java