History log of /frameworks/base/core/java/android/transition/ChangeBounds.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b7573c2dbaff442a0f9f814bdc05aaa685574870 24-Oct-2014 George Mount <mount@google.com> Add resizeClip attribute to ChangeBounds.

Bug 17765948

Added the XML attribute for the resizeClip property of
ChangeBounds. Also updated support for resizing a view
using its clip bounds and position to fix the TODO.

Change-Id: I358d07d6a28fed4b7f39f9ccb9d89b9325f64239
/frameworks/base/core/java/android/transition/ChangeBounds.java
d359952459f96a9b57f50a7434b8660836c6e987 23-Oct-2014 George Mount <mount@google.com> Use one method to change bounds in ChangeBounds.

Bug 17936593

Instead of calling setLeft(), setTop(), setRight(), setBottom()
separately, make one call that does all at the same time.

Change-Id: I986274f3a98b3136e71204501ffc272986ad31dd
/frameworks/base/core/java/android/transition/ChangeBounds.java
5ac9b20b41f72baabcb8a7d114bcaac3ed37e352 10-Oct-2014 George Mount <mount@google.com> Allow using setLeft/Top/Right/Bottom to control ChangeBounds.

Bug 17938614

Change-Id: Ia341fdd63ab57ec16a3de6349b7eb07fdc0a48ae
/frameworks/base/core/java/android/transition/ChangeBounds.java
f791703f9bc566bee4f4809910d09dd415342078 06-Oct-2014 Chris Craik <ccraik@google.com> Avoid changeBounds animations on Views that are not yet laidout

bug:17683930

This means that GONE views with empty bounds don't trigger
ChangeBounds animations the first time they're shown.

Change-Id: I6503c5b0a790d3d31f7566fab27a0b12c5f61f26
/frameworks/base/core/java/android/transition/ChangeBounds.java
ff8e6d85dc5ef03b8d7c94b014fa4da800b5402c 29-Aug-2014 George Mount <mount@google.com> Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.

Bug 17015836

When the size does not change, use offsetLeftAndRight and
offsetTopAndBottom to improve performance.

Change-Id: I3e70c783321346bb98867ec60bd899c39293c9e7
/frameworks/base/core/java/android/transition/ChangeBounds.java
c94e2b393f6eba684ee2c84eaa50746fc1459d0f 22-Jul-2014 Dake Gu <dake@google.com> Add Parent Change to ChangeTransform

Bug 16460123

Modified ChangeTransform to support any pivot changes.
Modified ChangeTransform to support changes between parents.

Change-Id: I6374890dab9f3d795f334b951bdb9d51d434b8ee
/frameworks/base/core/java/android/transition/ChangeBounds.java
4d1ecf5daf6ad0b5420f3f3657e2cbaeea630240 29-Jul-2014 George Mount <mount@google.com> Fixed ChangeBounds matching against the wrong View.

ChangeBounds must ensure that its parents match to use reparent,
but it used instance and ID matching. Matching can now be
done in several ways and that is insufficient.

Change-Id: Ic0432cd06549e4dc9ba49f33b0a6a42082e29dc1
/frameworks/base/core/java/android/transition/ChangeBounds.java
2cacfe3a98ff4f777503cedca5e6fc44e6df269f 24-Jul-2014 George Mount <mount@google.com> Allow changing bounds to and from a zero-sized bounds.

Bug 14590183

Change-Id: I596cb384198a6f7de14afed0d78711f127d3511e
/frameworks/base/core/java/android/transition/ChangeBounds.java
2dcab18c6c9381122df6e06a93912e53dff69408 22-Jul-2014 Paul Soulos <psoulos@google.com> Adds ScrollBounds to the Transition framework

Change-Id: If22ab5162737f2d109e5eaf407a735523a146b7f
/frameworks/base/core/java/android/transition/ChangeBounds.java
b5ef7f8c6d4629b2998de6c0b27bc1a4779b3e49 09-Jul-2014 George Mount <mount@google.com> Don't change View visibility during activity transitions.

Bug 16187776

Changing View visibility can change the View's focused item.
To prevent this, a backdoor is introduced into Transition
and Visiblity to set the target Visibility used in Activity Transitions.

Change-Id: Idfd2c6fba2cad80fecdfd086990ddc604f86ca68
/frameworks/base/core/java/android/transition/ChangeBounds.java
ecd857be3946283ebb4306e2c03ae70f5c5bb152 19-Jun-2014 George Mount <mount@google.com> Add curved motion to Transitions.

Bug 15197527

Added two public PathMotions: PatternMotion and ArcMotion.
ArcMotion is the algorithm provided by UX. PatternMotion
provides a mechanism for using a Path as a pattern.

Change-Id: Ie57fd5f4e62269acc1164eced39853a12c52bd77
/frameworks/base/core/java/android/transition/ChangeBounds.java
d82c8ac4db7091d2e976af4c89a1734465d20cd2 26-Aug-2013 Chet Haase <chet@google.com> Transition API changes from API council recommendations

Issue #10460684 KLP API Review: android.view.transition and android.animation
Issue #10570740 Transitions: inflate transition targets from xml

Change-Id: I7a3f6d3aece2fcafc5efd555d033f79e86635c98
/frameworks/base/core/java/android/transition/ChangeBounds.java