summaryrefslogtreecommitdiff
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* Add ability to override global duration scale on ValueAnimatorJorim Jaggi2017-11-161-3/+28
* Fix end() for infinite AnimatorSetDoris Liu2017-09-261-2/+3
* Merge "Ensure that we use SF Vsync Choreographer for the PiP transition." int...Wale Ogunwale2017-06-131-6/+11
|\
| * Ensure that we use SF Vsync Choreographer for the PiP transition.Winson Chung2017-06-121-6/+11
* | Merge "Merge "Better handle non-recommended use and warn against it in JavaDo...Doris Liu2017-06-071-4/+18
|\|
| * Merge "Better handle non-recommended use and warn against it in JavaDoc" into...Doris Liu2017-06-071-4/+18
| |\
| | * Better handle non-recommended use and warn against it in JavaDocDoris Liu2017-06-071-4/+18
* | | Merge "Ensure start delay is properly scaled with duration scale" into oc-dev...Doris Liu2017-06-011-1/+1
|\| |
| * | Ensure start delay is properly scaled with duration scaleDoris Liu2017-05-311-1/+1
| |/
* | Merge "Fix infinite loop problem in AnimationHandler" into oc-dev am: 163ec051d1Chet Haase2017-05-311-1/+2
|\|
| * Fix infinite loop problem in AnimationHandlerChet Haase2017-05-261-1/+2
* | Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81Aurimas Liutikas2017-05-161-0/+2
|\|
| * Remove internal listener when cloningDoris Liu2017-05-131-0/+2
* | Update the mTotalDuration for each animation in an AnimatorSet.Philip Quinn2017-05-151-3/+4
|/
* Fix racy cloneDoris Liu2017-05-121-16/+10
* Refine JavaDocs for AnimatorSet#getCurrentPlayTime()Doris Liu2017-04-261-5/+7
* Behavior compat for child being manipulated outside AnimatorsetDoris Liu2017-04-211-0/+16
* Remove workaround for end() not supported in some appDoris Liu2017-04-031-6/+4
* Fix 0 duration scale for pre-O appsDoris Liu2017-03-161-24/+23
* Ensure behavior consistency for 0 duration scaleDoris Liu2017-03-071-4/+4
* Fix start time modification outside of updatePlayTime()Doris Liu2017-02-141-1/+1
* Correctly handle infinite start timeDoris Liu2017-02-101-1/+2
* Add getter for current play timeDoris Liu2017-02-101-0/+25
* Fix reverse with start delayDoris Liu2017-02-102-64/+150
* Merge "Fix start delay for ValueAnimator"TreeHugger Robot2017-02-041-7/+10
|\
| * Fix start delay for ValueAnimatorDoris Liu2017-02-031-7/+10
* | Make sure start() is called for custom animatorsDoris Liu2017-01-313-26/+67
|/
* Use listener to determine whether an Animator has endedDoris Liu2017-01-262-4/+25
* Merge "Work around a bug in an An app"Doris Liu2017-01-261-0/+21
|\
| * Work around a bug in an An appDoris Liu2017-01-261-0/+21
* | Refine the comparator for the animation event sortingDoris Liu2017-01-251-17/+80
|/
* New functionalities for AnimatorSet: Reverse, SeekDoris Liu2017-01-255-302/+984
* Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66Doris Liu2016-12-092-4/+4
|\
| * Add API info about Keyframe and PropertyValuesHolderDoris Liu2016-12-052-4/+4
* | Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-4/+4
* | Add API to query whether animators are enabledChet Haase2016-10-101-0/+17
* | Allow null target in ObjectAnimator if the target has never been set am: 4d04...Doris Liu2016-09-271-2/+3
|\|
| * Allow null target in ObjectAnimator if the target has never been setDoris Liu2016-09-271-2/+3
| |\
| | * Allow null target in ObjectAnimator if the target has never been setDoris Liu2016-09-261-2/+3
| * | docs: Added note in LayoutTransition class reference that APPEARING and DISAP...Kevin Hufnagle2016-09-261-1/+5
| |\ \ | | |/ | |/|
| | * docs: Added note in LayoutTransition class reference that APPEARING and DISAP...Kevin Hufnagle2016-09-261-1/+5
| | |\
* | | \ docs: Added note in LayoutTransition class reference that APPEARING and DISAP...Kevin Hufnagle2016-09-271-1/+5
|\ \ \ \
| * \ \ \ docs: Added note in LayoutTransition class reference that APPEARING and DISAP...Kevin Hufnagle2016-09-261-1/+5
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | docs: Added note in LayoutTransition class reference that APPEARINGKevin Hufnagle2016-09-191-1/+5
* | | | Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a8...Teng-Hui Zhu2016-08-291-0/+3
|\| | |
| * | | Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test.Teng-Hui Zhu2016-08-241-0/+3
| | |/ | |/|
* | | Fix out of order listener callback for animator set containing empty setsDoris Liu2016-08-221-4/+23
* | | Fix NPE in ValueAnimator am: 543a7ed7afJustin Klaassen2016-07-262-1/+2
|\| |
| * | Fix NPE in ValueAnimatorJustin Klaassen2016-07-252-1/+2
* | | Merge "Rounding per-channel interpolation in ArgbEvaluator to closest integer"Doris Liu2016-06-271-1/+1
|\ \ \