summaryrefslogtreecommitdiff
path: root/core/java/android/view/animation/Animation.java
Commit message (Expand)AuthorAgeFilesLines
* Re-deprecate animation backgroundColor APIPablo Gamito2022-03-311-28/+64
* Undeprecate animation background colorPablo Gamito2022-03-141-7/+2
* Allow DiP values in the translate XML animation (1/2)Jordan Demeulenaere2022-02-031-3/+9
* Support edge extension of windows during animations in shellPablo Gamito2022-02-011-2/+16
* Add API for extending windows during animationsPablo Gamito2022-02-011-0/+9
* Add API to show background behind animating windowsPablo Gamito2022-01-171-0/+45
* Revert "Add API to specify background color for animations"Pablo Gamito2021-09-271-4/+7
* Stop relying on background color attribute to set task transition backgroundPablo Gamito2021-09-271-10/+0
* Add API to specify background color for animationsPablo Gamito2021-09-201-7/+14
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Remove animation background colorYunfan Chen2019-09-191-2/+10
* Add rounded corners attribute to window animationsLucas Dupin2019-02-271-0/+26
* Revert addition of add/removeAnimationListenerJelle Fresen2019-02-081-51/+5
* Restore @UnsupportedApiUsage in AnimationListenerJelle Fresen2019-01-161-0/+1
* Fix return value for comment consistency in getDetachWallpaperJorim Jaggi2019-01-101-1/+1
* Add add/remove for AnimationListener'sJelle Fresen2018-12-211-18/+82
* Remove detached wallpaper animationsJorim Jaggi2018-10-021-7/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-07-271-0/+9
* Add ability to show wallpaper during animationJorim Jaggi2018-02-221-1/+28
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-26/+27
* Frameworks/base: Move Animation.USE_CLOSEGUARD to inner classAndreas Gampe2016-04-061-3/+7
* Make Animation.cancel() actually workChet Haase2016-01-131-2/+6
* 177611: IDE is not recognizing android.R.anim. interpolatorsTor Norbye2015-07-011-1/+2
* Add resource type annotations to some APIsTor Norbye2015-03-131-1/+2
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-1/+3
* Make it harder for apps to mess up ViewGroup's internal stateRomain Guy2012-05-231-13/+66
* Add new thumbnail animation.Dianne Hackborn2012-03-231-1/+1
* am 61a9a83a: am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1Robert Ly2012-02-281-1/+1
|\
| * fix bug 5911175Robert Ly2012-02-221-1/+1
* | Make behavior of ABSOLUTE pivot values more intuitiveChet Haase2011-12-201-1/+1
|/
* Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn2011-09-121-7/+8
* Fix animation scale to also scale start offset.Dianne Hackborn2011-08-241-0/+1
* Fix docs for fill behavior in Animation class.Chet Haase2011-08-241-13/+16
* Nested alpha animations should cause invalidates tooRomain Guy2011-07-221-0/+9
* Fix issue #3400119: API to specify a black background behind a window transitionDianne Hackborn2011-03-021-0/+24
* Adding CloseGuard to Animation to find forgotten animationsBrian Carlstrom2010-11-191-2/+25
* Fix animations to use correct interpolator.Dianne Hackborn2010-11-081-1/+1
* Add facilities for layout transitionsChet Haase2010-08-241-1/+1
* Fix bug with layout animations when apps are auto-scaled.Chet Haase2010-06-161-1/+39
* Prevent infinite loop in the Phone UI.Romain Guy2010-02-101-2/+2
* Fix the lock screen.Romain Guy2010-02-091-0/+10
* Properly notifies listener when an animation is cancelled.Romain Guy2010-02-091-0/+21
* Fixed Android animation framework, for using interpolators that do not start ...Andreas Agvard2010-02-051-1/+1
* eclair snapshotJean-Baptiste Queru2009-11-131-1/+29
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-3/+23
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+925
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-925/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-2/+5
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-6/+73
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-5/+41