summaryrefslogtreecommitdiff
path: root/core/java/android/transition/ChangeBounds.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Made View.setLeftTopRightBottom() publicAndrey Kulikov2018-11-291-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+3
* Don't clear focus during transition animationsEvan Rosky2018-04-231-32/+32
* Ensure bounds are updated together.George Mount2017-04-071-8/+8
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-5/+4
* Remove TransitionListener after transition completes.George Mount2016-06-141-0/+1
* Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+1
* Set the bounds on the drawable for ChangeBounds reparenting.George Mount2015-10-191-9/+10
* Add resizeClip attribute to ChangeBounds.George Mount2014-10-241-110/+208
* Use one method to change bounds in ChangeBounds.George Mount2014-10-231-66/+70
* Allow using setLeft/Top/Right/Bottom to control ChangeBounds.George Mount2014-10-101-1/+1
* Avoid changeBounds animations on Views that are not yet laidoutChris Craik2014-10-061-7/+10
* Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.George Mount2014-08-281-18/+74
* Add Parent Change to ChangeTransformDake Gu2014-08-211-0/+2
* Fixed ChangeBounds matching against the wrong View.George Mount2014-08-191-12/+19
* Allow changing bounds to and from a zero-sized bounds.George Mount2014-07-281-1/+1
* Adds ScrollBounds to the Transition frameworkPaul Soulos2014-07-221-14/+4
* Don't change View visibility during activity transitions.George Mount2014-07-101-2/+3
* Add curved motion to Transitions.George Mount2014-06-301-39/+73
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+310