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
/
KeyframeSet.java
Age
Commit message (
Expand
)
Author
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2016-06-08
Simplify KeyframeSet to avoid caching.
George Mount
2016-03-25
Implement transition for docking task in recents #5
Jorim Jaggi
2015-03-30
Fix per-keyframe interpolators
Doris Liu
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2014-10-23
Added a generic configuration and theme based cache
Yigit Boyar
2014-09-09
Use intrinsic size for path animation in AnimatedVectorDrawable
George Mount
2014-08-29
Use optimized Keyframes for Path animations.
George Mount
2014-07-16
Change Animators to reset values when restarted if their target changes
Yigit Boyar
2013-03-15
Log warning when animator detects NaN value
Chet Haase
2011-02-16
Fix invalidation bug with View bounds properties
Chet Haase
2010-11-03
optimizing for primitive types in animations
Chet Haase
2010-11-01
Performance optimizations for animations and toolkit
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-07-27
Add ability to instantiate PropertyAnimator objects with single "to" value.
Chet Haase
2010-07-21
Add keyframes to animation framework.
Chet Haase