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
/
view
/
animation
/
Animation.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-09-19
Remove animation background color
Yunfan Chen
2019-02-27
Add rounded corners attribute to window animations
Lucas Dupin
2019-02-08
Revert addition of add/removeAnimationListener
Jelle Fresen
2019-01-16
Restore @UnsupportedApiUsage in AnimationListener
Jelle Fresen
2019-01-10
Fix return value for comment consistency in getDetachWallpaper
Jorim Jaggi
2018-12-21
Add add/remove for AnimationListener's
Jelle Fresen
2018-10-02
Remove detached wallpaper animations
Jorim Jaggi
2018-07-27
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-22
Add ability to show wallpaper during animation
Jorim Jaggi
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2016-04-06
Frameworks/base: Move Animation.USE_CLOSEGUARD to inner class
Andreas Gampe
2016-01-13
Make Animation.cancel() actually work
Chet Haase
2015-07-01
177611: IDE is not recognizing android.R.anim. interpolators
Tor Norbye
2015-03-13
Add resource type annotations to some APIs
Tor Norbye
2015-03-05
Annotate ARGB integer parameters with @ColorInt
Tor Norbye
2012-05-23
Make it harder for apps to mess up ViewGroup's internal state
Romain Guy
2012-03-23
Add new thumbnail animation.
Dianne Hackborn
2012-02-28
am 61a9a83a: am 40226da7: am f4994b3e: Merge "fix bug 5911175" into ics-mr1
Robert Ly
2012-02-22
fix bug 5911175
Robert Ly
2011-12-20
Make behavior of ABSOLUTE pivot values more intuitive
Chet Haase
2011-09-12
Fix problems where we were allocating TypedArray when not needed.
Dianne Hackborn
2011-08-24
Fix animation scale to also scale start offset.
Dianne Hackborn
2011-08-24
Fix docs for fill behavior in Animation class.
Chet Haase
2011-07-22
Nested alpha animations should cause invalidates too
Romain Guy
2011-03-02
Fix issue #3400119: API to specify a black background behind a window transition
Dianne Hackborn
2010-11-19
Adding CloseGuard to Animation to find forgotten animations
Brian Carlstrom
2010-11-08
Fix animations to use correct interpolator.
Dianne Hackborn
2010-08-24
Add facilities for layout transitions
Chet Haase
2010-06-16
Fix bug with layout animations when apps are auto-scaled.
Chet Haase
2010-02-10
Prevent infinite loop in the Phone UI.
Romain Guy
2010-02-09
Fix the lock screen.
Romain Guy
2010-02-09
Properly notifies listener when an animation is cancelled.
Romain Guy
2010-02-05
Fixed Android animation framework, for using interpolators that do not start ...
Andreas Agvard
2009-11-13
eclair snapshot
Jean-Baptiste Queru
2009-03-05
auto import from //depot/cupcake/@136594
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-19
auto import from //branches/cupcake/...@132276
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-01-15
auto import from //branches/cupcake/...@126645
The Android Open Source Project
2009-01-09
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project