summaryrefslogtreecommitdiff
path: root/core/java/android/view/animation/AnimationUtils.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-06docs: fix typosJoshua Baxter
2018-07-27Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-14Expose AnimationUtils#lockAnimationClock for testsJohn Reck
2018-01-23New activity open/close animationJorim Jaggi
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-08-05Fix currentAnimationTimeMillis to use vsync timeJohn Reck
2015-07-01177611: IDE is not recognizing android.R.anim. interpolatorsTor Norbye
2015-04-23Remove distance based animation duration APIDoris Liu
2015-04-18Revert "Use real screen size to scale duration"Doris Liu
2015-04-17Use real screen size to scale durationDoris Liu
2015-04-10Distance based animation durationDoris Liu
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2014-10-23Added a generic configuration and theme based cacheYigit Boyar
2014-06-12Add AnimatedVectorDrawableztenghui
2014-01-30Add PathInterpolator to interpolate along a Path.George Mount
2011-12-20Minor small fixes to old Animation code and docs.Chet Haase
2010-09-08Rename several animation classesChet Haase
2010-08-24Change animator xml importing to use new inflater classChet Haase
2010-07-29Make the new android.animation package publicChet Haase
2010-07-28Adding xml declarations for new animation frameworkChet Haase
2009-03-25Automated import from //branches/master/...@142574,142574Jean-Baptiste Queru
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project