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
/
ObjectAnimator.java
Age
Commit message (
Expand
)
Author
2017-01-25
New functionalities for AnimatorSet: Reverse, Seek
Doris Liu
2016-12-05
Add API info about Keyframe and PropertyValuesHolder
Doris Liu
2016-09-26
Allow null target in ObjectAnimator if the target has never been set
Doris Liu
2016-07-25
Fix NPE in ValueAnimator
Justin Klaassen
2016-05-27
Add more doc for Object animators defined with a single value
Doris Liu
2016-04-26
Document behavior of object references in Animator classes
Chet Haase
2016-03-22
Clarify docs around weak references to animator targets
Chet Haase
2016-03-14
Add @SafeVarargs for methods using typevar varargs.
George Mount
2015-10-16
Change wrong doc about using linear interpolator.
George Mount
2015-08-26
Internal cleanup for Animator framework
Doris Liu
2015-04-02
Add per-interval interpolation support for keyframe in xml resources
Doris Liu
2015-03-07
Annotate methods to be called from overrides with @CallSuper
Tor Norbye
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-01-15
Add resource attributes for Keyframes and PropertyValuesHolders
Chet Haase
2014-11-04
Cancel animation when target changes.
George Mount
2014-08-29
Use optimized Keyframes for Path animations.
George Mount
2014-07-16
Change Animators to reset values when restarted if their target changes
Yigit Boyar
2014-06-24
Use Property for ofFloat with Path.
George Mount
2014-06-04
Use a weak reference to the ObjectAnimator target
Alan Viverette
2014-05-19
API Review: split out BidirectionalTypeConverter.
George Mount
2013-11-20
Add animations along a Path.
George Mount
2013-10-11
Add ofArgb to ObjectAnimator and ValueAnimator.
George Mount
2013-10-07
Support for multiple value animations.
George Mount
2013-10-07
Setter values can now have different type than animated values.
George Mount
2013-04-24
Give animators more useful names in systrace
Chet Haase
2013-03-20
Add auto-cancel ability to ObjectAnimator
Chet Haase
2011-12-22
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-09-02
Fix artifact with LayoutTransitions on disappearing window.
Chet Haase
2011-06-08
Add 'Property' object
Chet Haase
2011-02-16
Fix invalidation bug with View bounds properties
Chet Haase
2011-01-16
Fix latent bug with reinitializing an ObjectAnimator.
Patrick Dubroy
2011-01-16
Fix animation bugs caused by weak reference
Patrick Dubroy
2011-01-14
fix sdk build breakage; remove invalid @note tag
Scott Main
2011-01-14
Allow old view hierarchy to be GC'ed more quickly during rotation.
Patrick Dubroy
2010-12-07
Change cancel/end behavior of animations to be synchronous
Chet Haase
2010-11-04
Adding JNI methods as a faster reflection mechanism
Chet Haase
2010-11-03
optimizing for primitive types in animations
Chet Haase
2010-11-01
Performance optimizations for animations and toolkit
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-26
bug fixes in animation classes
Chet Haase
2010-09-08
Rename several animation classes
Chet Haase