OSDN Git Service

Move capturing entering views until just before transition.
authorGeorge Mount <mount@google.com>
Sun, 7 Sep 2014 17:06:25 +0000 (10:06 -0700)
committerGeorge Mount <mount@google.com>
Tue, 9 Sep 2014 23:24:42 +0000 (16:24 -0700)
commitecfd007c8fe29504de517f3243613a7f00cef4fc
tree1f4728067cb8fc6648e20fba4ca6cf47834e6515
parent8232d822aa97e78e982ed154ac618cde34baac2a
Move capturing entering views until just before transition.

Bug 17407387
Bug 17420256

Recycler view doesn't instantiate its views until after
the onCreateView call. This delays the capturing of
final views until just before the entering state is
captured for the Transition.

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