summaryrefslogtreecommitdiff
path: root/core/java/android/transition/ChangeBounds.java
AgeCommit message (Expand)Author
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-11-29Made View.setLeftTopRightBottom() publicAndrey Kulikov
2018-08-30Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-23Don't clear focus during transition animationsEvan Rosky
2017-04-07Ensure bounds are updated together.George Mount
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-06-14Remove TransitionListener after transition completes.George Mount
2016-05-24Add missing @Deprecated annotations.Aurimas Liutikas
2015-10-19Set the bounds on the drawable for ChangeBounds reparenting.George Mount
2014-10-24Add resizeClip attribute to ChangeBounds.George Mount
2014-10-23Use one method to change bounds in ChangeBounds.George Mount
2014-10-10Allow using setLeft/Top/Right/Bottom to control ChangeBounds.George Mount
2014-10-06Avoid changeBounds animations on Views that are not yet laidoutChris Craik
2014-08-28Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.George Mount
2014-08-21Add Parent Change to ChangeTransformDake Gu
2014-08-19Fixed ChangeBounds matching against the wrong View.George Mount
2014-07-28Allow changing bounds to and from a zero-sized bounds.George Mount
2014-07-22Adds ScrollBounds to the Transition frameworkPaul Soulos
2014-07-10Don't change View visibility during activity transitions.George Mount
2014-06-30Add curved motion to Transitions.George Mount
2013-09-04Transition API changes from API council recommendationsChet Haase