summaryrefslogtreecommitdiff
path: root/core/java/android/animation/AnimatorInflater.java
AgeCommit message (Expand)Author
2016-06-01Add additional type check for animating along a pathDoris Liu
2016-03-11Ensure all Java-side usages of config flags are using Java flagsAlan Viverette
2016-03-01Move the guts of Resources to ResourcesImplAdam Lesinski
2015-11-18VectorDrawable native rendering - Step 2 of MANYDoris Liu
2015-06-08Infer value type for ObjectAnimator, tooDoris Liu
2015-05-06Improve keying for theme caches, rebase system theme on config changeAlan Viverette
2015-04-23Remove distance based animation duration APIDoris Liu
2015-04-22Infer value type for keyframes when it is undefinedDoris 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-13Fix duration scale attribute for AnimatorSetDoris Liu
2015-04-10Distance based animation durationDoris Liu
2015-04-09Add a check for color type in property values holderDoris Liu
2015-04-02Add per-interval interpolation support for keyframe in xml resourcesDoris Liu
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-01-15Add resource attributes for Keyframes and PropertyValuesHoldersChet Haase
2014-10-23Added a generic configuration and theme based cacheYigit Boyar
2014-09-09Use intrinsic size for path animation in AnimatedVectorDrawableGeorge Mount
2014-08-29Use optimized Keyframes for Path animations.George Mount
2014-08-08Fix NPEs when inflating a ValueAnimator.Craig Stout
2014-06-20AVD now support path morphing.ztenghui
2014-06-19Add path support into xml files for PathInterpolator and ObjectAnimator.ztenghui
2014-06-12Add AnimatedVectorDrawableztenghui
2014-05-07State based animators for ViewsYigit Boyar
2013-10-11Add ofArgb to ObjectAnimator and ValueAnimator.George Mount
2013-09-25Set evaluator after setting values so that it can take effect.George Mount
2013-03-15Use same default duration (300) for animator resources as for other animatorsChet Haase
2011-04-22Fix bitfield bug with vertex shader selectionChet Haase
2011-01-11Rename RGBEvaluator to ArgbEvaluatorChet Haase
2010-12-01Animators can now have dimension and color values.Chet Haase
2010-11-03optimizing for primitive types in animationsChet Haase
2010-10-14Remove generics from Animator APIsChet Haase
2010-10-14Revert "Remove generics from Animator APIs"Romain Guy
2010-10-14Remove generics from Animator APIsChet Haase
2010-09-08Rename several animation classesChet Haase