Files
frameworks_base/core/java/android/view
Chet Haase 7dd4a536a1 Adding new CHANGING transition to LayoutTransition.
LayoutTransition used to depend on child views being added/removed or
shown/hidden in the transition container. These evens would trigger animations
to fade the child view as well as those to animate the side-affected changes
to sibling views. This CL enables a new feature in LayoutTransition that
enables animating any changes to the layout of the children in the container
whenever a layout occurs. For example, you can change the LayoutParams of a
child view and call requestLayout() to automatically animate those changes.

This capability is not enabled by default. To enable, call the new
LayoutTransition.enableTransitionType(LayoutTransition.CHANGING) method.

Change-Id: I4d07a3b36245353b2151f0dca4f75080ab6a4592
2012-04-17 13:33:55 -07:00
..
2012-03-23 14:13:13 -07:00
2012-03-02 13:37:47 -08:00
2012-03-09 17:32:16 -08:00
2012-04-02 15:19:45 -07:00
2012-04-11 15:10:24 -07:00
2012-04-13 19:05:24 -07:00