summaryrefslogtreecommitdiff
path: root/core/java/android/animation/ValueAnimator.java
AgeCommit message (Expand)Author
2020-03-11Use separate thread if app doesn't listen to animationsJorim Jaggi
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-02-05Restrict reflection access to ValueAnimator's sDurationScaleDaniel Santiago Rivera
2018-08-01Add @UnsupportedAppUsage annotationsMathew Inwood
2017-11-16Add ability to override global duration scale on ValueAnimatorJorim Jaggi
2017-06-12Ensure that we use SF Vsync Choreographer for the PiP transition.Winson Chung
2017-05-31Ensure start delay is properly scaled with duration scaleDoris Liu
2017-02-10Fix reverse with start delayDoris Liu
2017-02-04Merge "Fix start delay for ValueAnimator"TreeHugger Robot
2017-02-03Fix start delay for ValueAnimatorDoris Liu
2017-01-31Make sure start() is called for custom animatorsDoris Liu
2017-01-25New functionalities for AnimatorSet: Reverse, SeekDoris Liu
2016-12-09Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66Doris Liu
2016-12-05Add API info about Keyframe and PropertyValuesHolderDoris Liu
2016-10-10Add API to query whether animators are enabledChet Haase
2016-08-29Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a8...Teng-Hui Zhu
2016-08-24Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test.Teng-Hui Zhu
2016-07-26Fix NPE in ValueAnimator am: 543a7ed7afJustin Klaassen
2016-07-25Fix NPE in ValueAnimatorJustin Klaassen
2016-06-14Notify end animation after setting the state to not running.George Mount
2016-06-13Fix setCurrentPlayTime for started but not yet pulsed animationsDoris Liu
2016-05-25Clamp start delay to non-negative rangeDoris Liu
2016-04-26Document behavior of object references in Animator classesChet Haase
2016-04-13Skip to end for 0-duration animationDoris Liu
2016-03-24Start seeked animators without waiting for start delay.George Mount
2016-03-11Merge "Set end value immediately when start a 0-duration animation" into nyc-devDoris Liu
2016-03-03Remove animation listener while paused.George Mount
2016-02-25Set end value immediately when start a 0-duration animationDoris Liu
2016-01-13Add IntDefs for Animator and Transition classes.George Mount
2015-11-09Fix animator sometimes not being ended when end() is called without start()'ingDoris Liu
2015-10-12New public API for calculating the total duration of an animationDoris Liu
2015-10-08More refactor on ValueAnimatorDoris Liu
2015-10-08Fix ValueAnimator.getCurrentPlayTime()Chet Haase
2015-10-02Merge "Fix behavior change for animators without a start delay"Doris Liu
2015-10-01Fix behavior change for animators without a start delayDoris Liu
2015-10-01Update doc to reflect requirement of a Looper for changing animation's frame ...Doris Liu
2015-08-27Prevents recursive call into end() or cancel()Doris Liu
2015-08-26Internal cleanup for Animator frameworkDoris Liu
2015-07-30Refactor AnimatorSet in prep for adding more functionalitiesDoris Liu
2015-04-23Remove distance based animation duration APIDoris Liu
2015-04-21Merge "Being extra careful, reset some more variables on ValueAnimator."ztenghui
2015-04-21Being extra careful, reset some more variables on ValueAnimator.ztenghui
2015-04-10Merge "Distance based animation duration"Doris Liu
2015-04-10Distance based animation durationDoris Liu
2015-04-10Merge "The ValueAnimator's state need to be totally reset during clone."ztenghui
2015-04-10The ValueAnimator's state need to be totally reset during clone.ztenghui
2015-04-07Fix animation start jank due to expensive layout operations.Jeff Brown
2015-03-07Annotate methods to be called from overrides with @CallSuperTor Norbye
2015-02-28Remove unused imports in frameworks/base.John Spurlock