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
00146321f80ef319356f4e55ab7ab284576d6101
frameworks_base
/
core
/
java
/
android
/
animation
History
Chet Haase
811ed1065f
Make Fragments use the new animation APIs
...
Change-Id: I3e3c271234c737491b6ae37821f16434f4563b1d
2010-08-11 17:54:24 -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
Make Fragments use the new animation APIs
2010-08-11 17:54:24 -07:00
TypeEvaluator.java
…