History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/BaseWrapContentWithAspectRatioTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de8a5de43b647f9b61f4859a22a0ce59155f442a 13-Jul-2016 Yigit Boyar <yboyar@google.com> GridLayoutManager margin bug

This CL fixes a bug in GLM where if a child specifies a
width with horizontal margins (or height with vertical margins)
and the GLM is set to WRAP_CONTENT, it would subtract the margins
from the child's specified width / height.

Bug: 29934904
Change-Id: Ibd21125565c72c4ed30f48262c5e2a6bb9ef002a
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/BaseWrapContentWithAspectRatioTest.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/BaseWrapContentWithAspectRatioTest.java