summaryrefslogtreecommitdiff
path: root/core/java/android/animation/Animator.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-01Add @UnsupportedAppUsage annotationsMathew Inwood
2017-01-31Make sure start() is called for custom animatorsDoris Liu
2017-01-26Use listener to determine whether an Animator has endedDoris Liu
2017-01-25New functionalities for AnimatorSet: Reverse, SeekDoris Liu
2016-03-22Clarify docs around weak references to animator targetsChet Haase
2016-03-11Ensure all Java-side usages of config flags are using Java flagsAlan Viverette
2015-10-12New public API for calculating the total duration of an animationDoris Liu
2015-07-30Refactor AnimatorSet in prep for adding more functionalitiesDoris Liu
2015-06-10Clarify docs for Animator.isStarted()Chet Haase
2015-04-23Remove distance based animation duration APIDoris Liu
2015-04-18Revert "Use real screen size to scale duration"Doris Liu
2015-04-17Use real screen size to scale durationDoris Liu
2015-04-10Distance based animation durationDoris Liu
2014-10-23Added a generic configuration and theme based cacheYigit Boyar
2014-08-19Run RevealAnimator on RTJohn Reck
2014-07-19Return Animator instead of ValueAnimatorJohn Reck
2014-07-16Add more reverse support to AnimatedVDztenghui
2013-09-04Transition API changes from API council recommendationsChet Haase
2013-08-12pause/resume for AnimatorsChet Haase
2013-04-16Remove Animatable interfaceChet Haase
2013-04-12API and doc cleanup, plus small animation/UI featuresChet Haase
2012-03-09Fix obvious typos under frameworks/base/coreKen Wakasa
2011-08-08Fix cancellation of AnimatorSet when child animation has delayChet Haase
2011-08-04Fix AnimatorSet cancellation issuesChet Haase
2010-12-07Change cancel/end behavior of animations to be synchronousChet Haase
2010-10-14Remove generics from Animator APIsChet Haase
2010-10-14Revert "Remove generics from Animator APIs"Romain Guy
2010-10-14Remove generics from Animator APIsChet Haase
2010-10-07New TimeInterpolator interface for android.animation package.Chet Haase
2010-09-08Rename several animation classesChet Haase
2010-09-03Add transition effects for layout changes on ViewGroupsChet Haase
2010-08-27Fix Sequencer end events when terminated earlyChet Haase
2010-08-26Fix problems with early ending of SequencerChet Haase
2010-08-25Fix for end events from Sequencer objectsChet Haase
2010-08-24Change animator xml importing to use new inflater classChet Haase
2010-08-24Add facilities for layout transitionsChet Haase
2010-08-23Adding animation facilities to simplify layout transitionsChet Haase
2010-08-19multiple-property animationsChet Haase
2010-08-17Implement reversing functionality for AnimatorChet Haase
2010-08-05Add new API to Animator to allow seeking of animationsChet Haase
2010-07-28Adding xml declarations for new animation frameworkChet Haase
2010-07-27Add ability to instantiate PropertyAnimator objects with single "to" value.Chet Haase
2010-07-21Add keyframes to animation framework.Chet Haase
2010-07-19Fix bugs in SequencerChet Haase
2010-06-30Initial checkin of new animation system. package, APIs, functionality all sub...Chet Haase