summaryrefslogtreecommitdiff
path: root/core/java/android/animation/ValueAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* Add @FloatRange to DurationScaleChangeListener.onChangedSally2022-03-141-4/+4
* Add API to read and listen to duration scale changes for animationsSally2022-03-101-4/+97
* Nullability annotations for animation and graphicsAlan Viverette2022-02-031-1/+2
* Add option to trace animation fractionJorim Jaggi2021-12-131-0/+7
* Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-1/+16
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+2
* Restrict reflection access to ValueAnimator's sDurationScaleDaniel Santiago Rivera2019-02-051-1/+8
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+4
* Add ability to override global duration scale on ValueAnimatorJorim Jaggi2017-11-161-3/+28
* Ensure that we use SF Vsync Choreographer for the PiP transition.Winson Chung2017-06-121-6/+11
* Ensure start delay is properly scaled with duration scaleDoris Liu2017-05-311-1/+1
* Fix reverse with start delayDoris Liu2017-02-101-16/+17
* 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-311-6/+39
|/
* New functionalities for AnimatorSet: Reverse, SeekDoris Liu2017-01-251-46/+169
* Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66Doris Liu2016-12-091-2/+2
|\
| * Add API info about Keyframe and PropertyValuesHolderDoris Liu2016-12-051-2/+2
* | Add API to query whether animators are enabledChet Haase2016-10-101-0/+17
* | 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 NPE in ValueAnimator am: 543a7ed7afJustin Klaassen2016-07-261-0/+1
|\|
| * Fix NPE in ValueAnimatorJustin Klaassen2016-07-251-0/+1
* | Notify end animation after setting the state to not running.George Mount2016-06-141-10/+11
|/
* Fix setCurrentPlayTime for started but not yet pulsed animationsDoris Liu2016-06-131-2/+18
* Clamp start delay to non-negative rangeDoris Liu2016-05-251-2/+8
* Document behavior of object references in Animator classesChet Haase2016-04-261-0/+10
* Skip to end for 0-duration animationDoris Liu2016-04-131-3/+7
* Start seeked animators without waiting for start delay.George Mount2016-03-241-1/+1
* Merge "Set end value immediately when start a 0-duration animation" into nyc-devDoris Liu2016-03-111-1/+8
|\
| * Set end value immediately when start a 0-duration animationDoris Liu2016-02-251-1/+8
* | Remove animation listener while paused.George Mount2016-03-031-4/+11
|/
* Add IntDefs for Animator and Transition classes.George Mount2016-01-131-1/+10
* Fix animator sometimes not being ended when end() is called without start()'ingDoris Liu2015-11-091-1/+2
* New public API for calculating the total duration of an animationDoris Liu2015-10-121-3/+0
* More refactor on ValueAnimatorDoris Liu2015-10-081-112/+124
* Fix ValueAnimator.getCurrentPlayTime()Chet Haase2015-10-081-2/+7
* Merge "Fix behavior change for animators without a start delay"Doris Liu2015-10-021-3/+13
|\
| * Fix behavior change for animators without a start delayDoris Liu2015-10-011-3/+13
* | Update doc to reflect requirement of a Looper for changing animation's frame ...Doris Liu2015-10-011-0/+8
|/
* Prevents recursive call into end() or cancel()Doris Liu2015-08-271-2/+20
* Internal cleanup for Animator frameworkDoris Liu2015-08-261-332/+66
* Refactor AnimatorSet in prep for adding more functionalitiesDoris Liu2015-07-301-0/+12
* Remove distance based animation duration APIDoris Liu2015-04-231-4/+1
* 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 "Distance based animation duration"Doris Liu2015-04-101-1/+4
|\ \ | |/ |/|
| * Distance based animation durationDoris Liu2015-04-101-1/+4
* | Merge "The ValueAnimator's state need to be totally reset during clone."ztenghui2015-04-101-0/+6
|\ \ | |/ |/|