summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge "Clarify docs for Animator.isStarted()" into mnc-devChet Haase2015-06-101-5/+9
|\
| * Clarify docs for Animator.isStarted()Chet Haase2015-06-101-5/+9
* | Infer value type for ObjectAnimator, tooDoris Liu2015-06-081-3/+32
|/
* Merge "Use ArrayMap instead of HashMap for storing relavant nodes" into mnc-devDoris Liu2015-05-111-3/+4
|\
| * Use ArrayMap instead of HashMap for storing relavant nodesDoris Liu2015-05-111-3/+4
* | Merge "Improve keying for theme caches, rebase system theme on config change"...Alan Viverette2015-05-071-2/+2
|\ \
| * | Improve keying for theme caches, rebase system theme on config changeAlan Viverette2015-05-061-2/+2
| |/
* | Fix leak in LayoutTransitionChet Haase2015-05-051-16/+51
|/
* Remove distance based animation duration APIDoris Liu2015-04-234-136/+1
* Merge "Infer value type for keyframes when it is undefined"Doris Liu2015-04-231-0/+28
|\
| * Infer value type for keyframes when it is undefinedDoris Liu2015-04-221-0/+28
* | Merge "Being extra careful, reset some more variables on ValueAnimator."ztenghui2015-04-211-0/+5
|\ \
| * | Being extra careful, reset some more variables on ValueAnimator.ztenghui2015-04-211-0/+5
* | | Merge "Reset the Node status when clone."ztenghui2015-04-211-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Reset the Node status when clone.ztenghui2015-04-211-1/+2
* | Revert "Use real screen size to scale duration"Doris Liu2015-04-182-58/+27
* | Use real screen size to scale durationDoris Liu2015-04-172-27/+58
* | Fix duration scale attribute for AnimatorSetDoris Liu2015-04-131-1/+1
* | Merge "Distance based animation duration"Doris Liu2015-04-104-1/+136
|\ \ | |/ |/|
| * Distance based animation durationDoris Liu2015-04-104-1/+136
* | Merge "The ValueAnimator's state need to be totally reset during clone."ztenghui2015-04-101-0/+6
|\ \ | |/ |/|
| * The ValueAnimator's state need to be totally reset during clone.ztenghui2015-04-101-0/+6
* | Merge "Add a check for color type in property values holder"Doris Liu2015-04-101-21/+37
|\ \
| * | Add a check for color type in property values holderDoris Liu2015-04-091-21/+37
* | | Fix animation start jank due to expensive layout operations.Jeff Brown2015-04-072-14/+87
|/ /
* | Add per-interval interpolation support for keyframe in xml resourcesDoris Liu2015-04-022-2/+9
|/
* Fix per-keyframe interpolatorsDoris Liu2015-03-303-10/+12
* Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-072-0/+6
* Remove unused imports in frameworks/base.John Spurlock2015-02-288-10/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* am af8c621d: Merge "Allow infinite-repeat zero-duration animators to continue...Chet Haase2015-01-231-2/+1
|\
| * Allow infinite-repeat zero-duration animators to continue repeatingChet Haase2015-01-231-2/+1
* | Add resource attributes for Keyframes and PropertyValuesHoldersChet Haase2015-01-154-31/+417
|/
* Fix docs buildEino-Ville Talvala2014-12-051-1/+1
* Fix seeking behaviorChet Haase2014-12-041-6/+79
* Zero duration animations snap to end value when startedChet Haase2014-12-011-2/+1
* Fix seeking and scaled duration behaviorChet Haase2014-11-192-11/+56
* Remove unnecessary reflection lookup in Animators.George Mount2014-11-111-101/+111
* Cancel animation when target changes.George Mount2014-11-041-1/+5
* Added a generic configuration and theme based cacheYigit Boyar2014-10-2310-89/+388
* Reapply animation duration scale each time it is started.Jeff Brown2014-10-071-1/+6
* Allow Path Animations to support overshooting.George Mount2014-09-121-19/+23
* Use constant state in AnimatedVectorDrawableChet Haase2014-09-101-0/+1
* Use intrinsic size for path animation in AnimatedVectorDrawableGeorge Mount2014-09-092-19/+37
* Disable RT-anim for AnimatorSetJohn Reck2014-09-051-0/+4
* Use optimized Keyframes for Path animations.George Mount2014-08-299-173/+522
* Run RevealAnimator on RTJohn Reck2014-08-192-132/+6
* Fix NPEs when inflating a ValueAnimator.Craig Stout2014-08-081-7/+9
* Use RoundRect clipping for circle reveal animationChris Craik2014-07-301-6/+4
* Return Animator instead of ValueAnimatorJohn Reck2014-07-193-30/+37