History log of /frameworks/support/transition/base/android/support/transition/ViewUtilsImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7bd2fbcdcfeb9014c16fd78446c34a4eef489626 09-May-2017 Yuichi Araki <yaraki@google.com> Backport ChangeBounds features API 22 and later

This backports all the new features and behavioral changes in
ChangeBounds since API level 22. This includes getResizeClip, use of
android:resizeClip in XMLs, and changes in the way ChangeBounds treats
PathMotion.

Test: ChangeBoundsTest, TransitionInflaterTest and other existing tests on 15, 18, 19, 21 and 25
Change-Id: I53b51089817e5bcaedd9687223fd47fe21790a65
/frameworks/support/transition/base/android/support/transition/ViewUtilsImpl.java
db860514bf4c9aa50169d2c9964d83aec53dabec 30-Mar-2017 Yuichi Araki <yaraki@google.com> Fix Fade on Views with alpha

The original alpha value is retained after fading out and in a view.

Bug: 31363881
Test: FadeTest pass on 15, 18, 19, 21 and 26
Change-Id: I4e897708a6ff9daab407820b1e5519e8d733eff7
/frameworks/support/transition/base/android/support/transition/ViewUtilsImpl.java
50ce74b0963de66b294761c045428562d946b65a 02-Feb-2017 Yuichi Araki <yaraki@google.com> Add ChangeTransform

ChangeTransformTest is based on the CTS test.

Bug: 34722322
Test: ChangeTransformTest on 15, 18, 19, 21, 25
Change-Id: Ic851f4fe15cf0f30ab999fb44fdf978134b326d5
/frameworks/support/transition/base/android/support/transition/ViewUtilsImpl.java
a6f2ebe33d03c42114b0082720cf9c42f7dad5a3 17-Jan-2017 Yuichi Araki <yaraki@google.com> Backport Visibility features added in L

Test: VisibilityTest and FadeTest pass on 15, 18, 19, and 25
Bug: 34722322
Change-Id: I5918da757b410cd2baddd6742eef4ac7888b9705
/frameworks/support/transition/base/android/support/transition/ViewUtilsImpl.java
4e5a72756eb66c31baf1a3054c66520f1c3f5b8c 01-Dec-2016 Yuichi Araki <yaraki@google.com> Restructure the Transition support library

Transition classes no longer delegate to platform Transitions.

Underlying features are separated into their own compatibility layers.
- ViewOverlay and ViewGroupOverlay (platform: 18)
- WindowId (platform: 18)
- ViewGroup.suppressLayout (platform: 19, not backported yet)

This does not change behaviors except for the followings:
- On API level 18, WindowId and ViewOverlay delegate to the platform
- Transition is Cloneable
- Inheriting Visibility now works fine

Test: All existing tests and VisibilityTest pass on 15, 16, 18, 19, and
25
Change-Id: I87e7a14a45d51b5ad6f77ab213c7a732b7512708
/frameworks/support/transition/base/android/support/transition/ViewUtilsImpl.java