index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
/
AnimatorInflater.java
Age
Commit message (
Expand
)
Author
2016-06-01
Add additional type check for animating along a path
Doris Liu
2016-03-11
Ensure all Java-side usages of config flags are using Java flags
Alan Viverette
2016-03-01
Move the guts of Resources to ResourcesImpl
Adam Lesinski
2015-11-18
VectorDrawable native rendering - Step 2 of MANY
Doris Liu
2015-06-08
Infer value type for ObjectAnimator, too
Doris Liu
2015-05-06
Improve keying for theme caches, rebase system theme on config change
Alan Viverette
2015-04-23
Remove distance based animation duration API
Doris Liu
2015-04-22
Infer value type for keyframes when it is undefined
Doris Liu
2015-04-18
Revert "Use real screen size to scale duration"
Doris Liu
2015-04-17
Use real screen size to scale duration
Doris Liu
2015-04-13
Fix duration scale attribute for AnimatorSet
Doris Liu
2015-04-10
Distance based animation duration
Doris Liu
2015-04-09
Add a check for color type in property values holder
Doris Liu
2015-04-02
Add per-interval interpolation support for keyframe in xml resources
Doris Liu
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2015-01-15
Add resource attributes for Keyframes and PropertyValuesHolders
Chet Haase
2014-10-23
Added a generic configuration and theme based cache
Yigit Boyar
2014-09-09
Use intrinsic size for path animation in AnimatedVectorDrawable
George Mount
2014-08-29
Use optimized Keyframes for Path animations.
George Mount
2014-08-08
Fix NPEs when inflating a ValueAnimator.
Craig Stout
2014-06-20
AVD now support path morphing.
ztenghui
2014-06-19
Add path support into xml files for PathInterpolator and ObjectAnimator.
ztenghui
2014-06-12
Add AnimatedVectorDrawable
ztenghui
2014-05-07
State based animators for Views
Yigit Boyar
2013-10-11
Add ofArgb to ObjectAnimator and ValueAnimator.
George Mount
2013-09-25
Set evaluator after setting values so that it can take effect.
George Mount
2013-03-15
Use same default duration (300) for animator resources as for other animators
Chet Haase
2011-04-22
Fix bitfield bug with vertex shader selection
Chet Haase
2011-01-11
Rename RGBEvaluator to ArgbEvaluator
Chet Haase
2010-12-01
Animators can now have dimension and color values.
Chet Haase
2010-11-03
optimizing for primitive types in animations
Chet Haase
2010-10-14
Remove generics from Animator APIs
Chet Haase
2010-10-14
Revert "Remove generics from Animator APIs"
Romain Guy
2010-10-14
Remove generics from Animator APIs
Chet Haase
2010-09-08
Rename several animation classes
Chet Haase