index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
/
Animator.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-01
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-01-31
Make sure start() is called for custom animators
Doris Liu
2017-01-26
Use listener to determine whether an Animator has ended
Doris Liu
2017-01-25
New functionalities for AnimatorSet: Reverse, Seek
Doris Liu
2016-03-22
Clarify docs around weak references to animator targets
Chet Haase
2016-03-11
Ensure all Java-side usages of config flags are using Java flags
Alan Viverette
2015-10-12
New public API for calculating the total duration of an animation
Doris Liu
2015-07-30
Refactor AnimatorSet in prep for adding more functionalities
Doris Liu
2015-06-10
Clarify docs for Animator.isStarted()
Chet Haase
2015-04-23
Remove distance based animation duration API
Doris Liu
2015-04-18
Revert "Use real screen size to scale duration"
Doris Liu
2015-04-17
Use real screen size to scale duration
Doris Liu
2015-04-10
Distance based animation duration
Doris Liu
2014-10-23
Added a generic configuration and theme based cache
Yigit Boyar
2014-08-19
Run RevealAnimator on RT
John Reck
2014-07-19
Return Animator instead of ValueAnimator
John Reck
2014-07-16
Add more reverse support to AnimatedVD
ztenghui
2013-09-04
Transition API changes from API council recommendations
Chet Haase
2013-08-12
pause/resume for Animators
Chet Haase
2013-04-16
Remove Animatable interface
Chet Haase
2013-04-12
API and doc cleanup, plus small animation/UI features
Chet Haase
2012-03-09
Fix obvious typos under frameworks/base/core
Ken Wakasa
2011-08-08
Fix cancellation of AnimatorSet when child animation has delay
Chet Haase
2011-08-04
Fix AnimatorSet cancellation issues
Chet Haase
2010-12-07
Change cancel/end behavior of animations to be synchronous
Chet Haase
2010-10-14
Remove generics from Animator APIs
Chet Haase
2010-10-14
Revert "Remove generics from Animator APIs"
Romain Guy
2010-10-14
Remove generics from Animator APIs
Chet Haase
2010-10-07
New TimeInterpolator interface for android.animation package.
Chet Haase
2010-09-08
Rename several animation classes
Chet Haase
2010-09-03
Add transition effects for layout changes on ViewGroups
Chet Haase
2010-08-27
Fix Sequencer end events when terminated early
Chet Haase
2010-08-26
Fix problems with early ending of Sequencer
Chet Haase
2010-08-25
Fix for end events from Sequencer objects
Chet Haase
2010-08-24
Change animator xml importing to use new inflater class
Chet Haase
2010-08-24
Add facilities for layout transitions
Chet Haase
2010-08-23
Adding animation facilities to simplify layout transitions
Chet Haase
2010-08-19
multiple-property animations
Chet Haase
2010-08-17
Implement reversing functionality for Animator
Chet Haase
2010-08-05
Add new API to Animator to allow seeking of animations
Chet Haase
2010-07-28
Adding xml declarations for new animation framework
Chet Haase
2010-07-27
Add ability to instantiate PropertyAnimator objects with single "to" value.
Chet Haase
2010-07-21
Add keyframes to animation framework.
Chet Haase
2010-07-19
Fix bugs in Sequencer
Chet Haase
2010-06-30
Initial checkin of new animation system. package, APIs, functionality all sub...
Chet Haase