This website requires JavaScript.
Explore
Help
Sign In
Android
/
frameworks_base
Watch
1
Star
0
Fork
0
You've already forked frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
12fb5a3573cd39e2bc4699600fe706cc9ef948db
frameworks_base
/
core
/
java
/
android
/
animation
History
Chet Haase
5d7b50b800
Add new API to Animator to allow seeking of animations
...
Change-Id: I3960030f54814ed0ef6fb6853061c64ab3b4dd1c
2010-08-05 11:45:04 -07:00
..
Animatable.java
…
AnimatableListenerAdapter.java
Add ability to instantiate PropertyAnimator objects with single "to" value.
2010-07-27 15:05:51 -07:00
Animator.java
Add new API to Animator to allow seeking of animations
2010-08-05 11:45:04 -07:00
DoubleEvaluator.java
…
FloatEvaluator.java
…
IntEvaluator.java
…
Keyframe.java
Make the new android.animation package public
2010-07-29 09:09:05 -07:00
KeyframeSet.java
Add ability to instantiate PropertyAnimator objects with single "to" value.
2010-07-27 15:05:51 -07:00
package.html
Make the new android.animation package public
2010-07-29 09:09:05 -07:00
PropertyAnimator.java
Fix problems with moving Views around (invalidation, conflict with layout)
2010-07-30 15:01:32 -07:00
RGBEvaluator.java
…
Sequencer.java
Fix NPE in onAnimationEnd when using Sequencer.after(long)
2010-08-04 13:49:39 -07:00
TypeEvaluator.java
…