summaryrefslogtreecommitdiff
path: root/core/java/android/view/animation/Animation.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-09-19Remove animation background colorYunfan Chen
2019-02-27Add rounded corners attribute to window animationsLucas Dupin
2019-02-08Revert addition of add/removeAnimationListenerJelle Fresen
2019-01-16Restore @UnsupportedApiUsage in AnimationListenerJelle Fresen
2019-01-10Fix return value for comment consistency in getDetachWallpaperJorim Jaggi
2018-12-21Add add/remove for AnimationListener'sJelle Fresen
2018-10-02Remove detached wallpaper animationsJorim Jaggi
2018-07-27Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-22Add ability to show wallpaper during animationJorim Jaggi
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-04-06Frameworks/base: Move Animation.USE_CLOSEGUARD to inner classAndreas Gampe
2016-01-13Make Animation.cancel() actually workChet Haase
2015-07-01177611: IDE is not recognizing android.R.anim. interpolatorsTor Norbye
2015-03-13Add resource type annotations to some APIsTor Norbye
2015-03-05Annotate ARGB integer parameters with @ColorIntTor Norbye
2012-05-23Make it harder for apps to mess up ViewGroup's internal stateRomain Guy
2012-03-23Add new thumbnail animation.Dianne Hackborn
2012-02-28am 61a9a83a: am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1Robert Ly
2012-02-22fix bug 5911175Robert Ly
2011-12-20Make behavior of ABSOLUTE pivot values more intuitiveChet Haase
2011-09-12Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn
2011-08-24Fix animation scale to also scale start offset.Dianne Hackborn
2011-08-24Fix docs for fill behavior in Animation class.Chet Haase
2011-07-22Nested alpha animations should cause invalidates tooRomain Guy
2011-03-02Fix issue #3400119: API to specify a black background behind a window transitionDianne Hackborn
2010-11-19Adding CloseGuard to Animation to find forgotten animationsBrian Carlstrom
2010-11-08Fix animations to use correct interpolator.Dianne Hackborn
2010-08-24Add facilities for layout transitionsChet Haase
2010-06-16Fix bug with layout animations when apps are auto-scaled.Chet Haase
2010-02-10Prevent infinite loop in the Phone UI.Romain Guy
2010-02-09Fix the lock screen.Romain Guy
2010-02-09Properly notifies listener when an animation is cancelled.Romain Guy
2010-02-05Fixed Android animation framework, for using interpolators that do not start ...Andreas Agvard
2009-11-13eclair snapshotJean-Baptiste Queru
2009-03-05auto import from //depot/cupcake/@136594The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project