index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
/
ObjectAnimator.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
New functionalities for AnimatorSet: Reverse, Seek
Doris Liu
2017-01-25
1
-0
/
+5
*
Add API info about Keyframe and PropertyValuesHolder
Doris Liu
2016-12-05
1
-2
/
+2
*
Allow null target in ObjectAnimator if the target has never been set
Doris Liu
2016-09-26
1
-2
/
+3
*
Fix NPE in ValueAnimator
Justin Klaassen
2016-07-25
1
-1
/
+1
*
Add more doc for Object animators defined with a single value
Doris Liu
2016-05-27
1
-38
/
+47
*
Document behavior of object references in Animator classes
Chet Haase
2016-04-26
1
-0
/
+15
*
Clarify docs around weak references to animator targets
Chet Haase
2016-03-22
1
-6
/
+0
*
Add @SafeVarargs for methods using typevar varargs.
George Mount
2016-03-14
1
-0
/
+4
*
Change wrong doc about using linear interpolator.
George Mount
2015-10-16
1
-2
/
+3
*
Internal cleanup for Animator framework
Doris Liu
2015-08-26
1
-31
/
+16
*
Add per-interval interpolation support for keyframe in xml resources
Doris Liu
2015-04-02
1
-2
/
+4
*
Annotate methods to be called from overrides with @CallSuper
Tor Norbye
2015-03-07
1
-0
/
+3
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Add resource attributes for Keyframes and PropertyValuesHolders
Chet Haase
2015-01-15
1
-0
/
+21
*
Cancel animation when target changes.
George Mount
2014-11-04
1
-1
/
+5
*
Use optimized Keyframes for Path animations.
George Mount
2014-08-29
1
-15
/
+26
*
Change Animators to reset values when restarted if their target changes
Yigit Boyar
2014-07-16
1
-4
/
+1
*
Use Property for ofFloat with Path.
George Mount
2014-06-24
1
-1
/
+4
*
Use a weak reference to the ObjectAnimator target
Alan Viverette
2014-06-04
1
-30
/
+65
*
API Review: split out BidirectionalTypeConverter.
George Mount
2014-05-19
1
-2
/
+2
*
Add animations along a Path.
George Mount
2013-11-20
1
-2
/
+178
*
Add ofArgb to ObjectAnimator and ValueAnimator.
George Mount
2013-10-11
1
-0
/
+39
*
Support for multiple value animations.
George Mount
2013-10-07
1
-0
/
+95
*
Setter values can now have different type than animated values.
George Mount
2013-10-07
1
-6
/
+32
*
Give animators more useful names in systrace
Chet Haase
2013-04-24
1
-1
/
+29
*
Add auto-cancel ability to ObjectAnimator
Chet Haase
2013-03-20
1
-3
/
+70
*
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-12-22
1
-0
/
+7
*
Fix artifact with LayoutTransitions on disappearing window.
Chet Haase
2011-09-02
1
-1
/
+1
*
Add 'Property' object
Chet Haase
2011-06-08
1
-70
/
+151
*
Fix invalidation bug with View bounds properties
Chet Haase
2011-02-16
1
-0
/
+12
*
Fix latent bug with reinitializing an ObjectAnimator.
Patrick Dubroy
2011-01-16
1
-1
/
+2
*
Fix animation bugs caused by weak reference
Patrick Dubroy
2011-01-16
1
-59
/
+32
*
fix sdk build breakage; remove invalid @note tag
Scott Main
2011-01-14
1
-1
/
+2
*
Allow old view hierarchy to be GC'ed more quickly during rotation.
Patrick Dubroy
2011-01-14
1
-32
/
+58
*
Change cancel/end behavior of animations to be synchronous
Chet Haase
2010-12-07
1
-0
/
+17
*
Adding JNI methods as a faster reflection mechanism
Chet Haase
2010-11-04
1
-0
/
+10
*
optimizing for primitive types in animations
Chet Haase
2010-11-03
1
-64
/
+0
*
Performance optimizations for animations and toolkit
Chet Haase
2010-11-01
1
-3
/
+8
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-16
/
+181
*
Revert "Remove generics from Animator APIs"
Romain Guy
2010-10-14
1
-131
/
+23
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-23
/
+131
*
bug fixes in animation classes
Chet Haase
2010-09-26
1
-1
/
+18
*
Rename several animation classes
Chet Haase
2010-09-08
1
-0
/
+246