History log of /frameworks/base/core/java/android/transition/ChangeText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
25f98a4c0156ec40d1d92cfe5a24459d9ffa6f91 14-Jun-2016 George Mount <mount@google.com> Remove TransitionListener after transition completes.

Bug 22232371

Change-Id: I1ba6f8742792ff00996b7fdaa892d5e1388ef61c
/frameworks/base/core/java/android/transition/ChangeText.java
bbeafd1199fc12b57b32b2e86820e227b3efd149 24-May-2016 Doris Liu <tianliu@google.com> Fix blue channel gets updated incorrectly in ChangeText transition

Also fixed text's alpha channel gets incorrectly reset to fully
opaque.

Bug: 28919053
Bug: 28932357
Change-Id: Ib0ae6fe56ba4e09dea69534868e764e65e888e62
/frameworks/base/core/java/android/transition/ChangeText.java
aa006133228facf2f9b61e0492fd8f724fac472f 04-Oct-2013 Chet Haase <chet@google.com> Enable transitions in lockscreen media controller

Media controller now fades between different states. The code for
doing this was already there, but this CL enables them and changes
the behavior of transition's OnPreDrawListener to do the right thing.

Also, this CL fixes a bug in ChangeText found while testing this change.

Issue #11083563 ChangeText transition crashes when KEEP transition type used

Change-Id: I5e04c28e1b5faac017b0a4e49734d9faa7fe79cd
/frameworks/base/core/java/android/transition/ChangeText.java
b7a7fc9d233bad507ce893882352618b13647058 21-Sep-2013 Chet Haase <chet@google.com> Make fading transitions work better

Previously, a Fade transition would only affect a view if its
parent hierarchy was not also affected between the start/end states.
This caused problems for views which were removed from their parents
between scenes when their parents' visibility also changed between those
scenes. The effect would be that the transition would fade the parent...
but the child would no longer be in that parent, so the user would just see the
child view blink out.

This fix ensure that views are faded appropriately by fading them
regardless the parent hierarchy; if a view is removed from its
parent, fade it out.

Additionally, if that view has not been removed from its parent, but
its parent is no longer parented *and* scene being
transitioned from is based on a layout resource file (and thus
the views are considered temporary after transitioning), then it is
removed from its parent to be faded out in the overlay.

Also, renamed TextChange to ChangeText to be more consistent with
other transition class names.

Change-Id: I4e0e7dfc9e9d95c7a4ca586534b6d204c4f3bae0
/frameworks/base/core/java/android/transition/ChangeText.java