Files
frameworks_base/core/java/android/view
Fabrice Di Meglio d3156a2a56 Fix bug #7164967 android.view.cts.ViewGroup_MarginLayoutParamsTest#testResolveMarginsRelative failures on JO
This was a regression introduced by a previous CL.

- we actually need to let the layout params resolution goes all the time
as we dont have any "isResolved" state and a public API for doing its reset thru ViewGroup.

The current implementation is simple and works even if it is doing sometimes a bit more
than it should really do. This is a well conscious tradeoff.

Change-Id: I5c4d532331b3970dfe88f016bc305cbc4a0d83f1
2012-10-19 18:46:43 -07:00
..
2012-09-10 19:58:21 -07:00
2012-09-21 15:34:32 -07:00
2012-07-25 18:56:16 -07:00
2012-09-30 15:35:08 -07:00
2012-09-30 15:35:08 -07:00
2012-09-18 12:06:13 -07:00