OSDN Git Service

Fixed enter/exit transitions working against shared elements.
authorGeorge Mount <mount@google.com>
Sun, 14 Sep 2014 23:48:21 +0000 (16:48 -0700)
committerGeorge Mount <mount@google.com>
Mon, 15 Sep 2014 18:08:39 +0000 (11:08 -0700)
commit27bc8aa583b437ec8ae3c13920aeabdb472125e0
tree15371858daff4b0d041b4018c91a5b585aff22f6
parent7ca1161e302ea415a2f4696514967f126dfa86fa
Fixed enter/exit transitions working against shared elements.

Bug 17499971

The enter and exit transitions were targeting the shared element.
This means you'd get double transitions on the shared element.

Also, the enter transition was not properly initialized to have
an invalid target so it was targeting all views.

Change-Id: I4f3510c70bea90f09be01776bc0ad1ffb42d99d5
core/java/android/app/BackStackRecord.java