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
/
LayoutTransition.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-04
Restrict usage of LayoutTransition.cancel() methods
Andrey Kulikov
2018-08-01
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-09-19
docs: Added note in LayoutTransition class reference that APPEARING
Kevin Hufnagle
2015-05-05
Fix leak in LayoutTransition
Chet Haase
2014-08-29
Use optimized Keyframes for Path animations.
George Mount
2013-10-10
Make LayoutTransition.setInterpolator() actually do something
Chet Haase
2012-06-19
Clone the list of listeners before notifing any event.
Luca Zanolin
2012-06-01
Skip LayoutTransition animations on objects of size (0,0)
Chet Haase
2012-05-23
Avoid running layout transitions on unattached views and windows
Chet Haase
2012-04-17
Fix logic of animator start/cancel/end callbacks
Chet Haase
2012-04-17
Adding new CHANGING transition to LayoutTransition.
Chet Haase
2012-02-02
Fix bug in LayoutTransition that caused views to stay invisible
Chet Haase
2012-01-30
Fix bug in LayoutTransition for INVISIBLE views
Chet Haase
2012-01-05
Bug fix for android.animation.LayoutTransition getStartDelay (int transitionT...
Rajdeep Dua
2011-11-10
Fix leak in LayoutTransition
Chet Haase
2011-10-06
Fix issue #5367164: memory leak in LayoutTransition
Chet Haase
2011-09-07
Add end functionality to LayoutTransition
Chet Haase
2011-08-11
Fix behavior of custom animations for LayoutTransition.
Chet Haase
2011-07-18
Merge "Fixed animation ordering bug in LayoutTransition."
Chet Haase
2011-07-18
Fixed animation ordering bug in LayoutTransition.
Chet Haase
2011-07-15
Fix leak in LayoutTransition
Chet Haase
2011-05-24
Add ability to transition parent hierarchy in layout transitions
Chet Haase
2011-05-06
Minor javadoc enhancements
Chet Haase
2011-03-02
Cancel LayoutTransition animations selectively
Chet Haase
2011-02-09
Fix animation and layoutTransition issues.
Chet Haase
2011-01-28
Fixed LayoutTransition bug moving multiple views
Chet Haase
2011-01-24
Use optimized display lists for all hwaccelerated rendering
Chet Haase
2011-01-12
Supress layout requests while a LayoutTransition is running.
Chet Haase
2011-01-09
Add start/endTransition events for CHANGE transitions
Chet Haase
2011-01-05
Reuse display lists at the java level.
Chet Haase
2010-12-16
Fix incorrect anonymous AnimatorListenerAdapter.
Ben Komalo
2010-12-13
Fix artifact with concurrent add/remove LayoutTransitions
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-10-04
Changed LayoutTransition to disable animations when set to null
Chet Haase
2010-10-04
Add ability to automate animated transitions on View show/hide
Chet Haase
2010-09-08
Fix bug with LayoutTransition when layouts are just coming on line
Chet Haase
2010-09-08
Rename several animation classes
Chet Haase
2010-09-03
Add transition effects for layout changes on ViewGroups
Chet Haase