Files
frameworks_base/core/java/android/app
George Mount c855f7d08f Limit shared element transition to shared elements and children.
Bug 20257189

Shared element transitions should target the shared elements
or their children. When no target is given to a transition,
the transition should target the shared element. If a target
is given, it should also be able to target the children of
the shared element.

This is solved by wrapping the shared element transition
with a TransitionSet. The set is given the targets of all
shared elements and their children. Further, if no target
is given for a transition, the transition is given only
the shared elements as targets.

Change-Id: Ic015ca12e291ccbb47e20a49b11e3825da3e6e85
2015-06-11 13:23:17 -07:00
..
2015-06-02 16:56:41 -07:00
2015-06-09 17:53:47 -07:00
2015-06-09 19:52:23 -07:00
2015-02-19 15:31:11 -08:00