index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
/
LayoutTransition.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clone the list of listeners before notifing any event.
Luca Zanolin
2012-06-19
1
-16
/
+36
*
Skip LayoutTransition animations on objects of size (0,0)
Chet Haase
2012-06-01
1
-0
/
+8
*
Avoid running layout transitions on unattached views and windows
Chet Haase
2012-05-23
1
-0
/
+9
*
Fix logic of animator start/cancel/end callbacks
Chet Haase
2012-04-17
1
-0
/
+2
*
Adding new CHANGING transition to LayoutTransition.
Chet Haase
2012-04-17
1
-64
/
+273
*
Fix bug in LayoutTransition that caused views to stay invisible
Chet Haase
2012-02-02
1
-14
/
+16
*
Fix bug in LayoutTransition for INVISIBLE views
Chet Haase
2012-01-30
1
-10
/
+70
*
Bug fix for android.animation.LayoutTransition getStartDelay (int transitionT...
Rajdeep Dua
2012-01-05
1
-4
/
+4
*
Fix leak in LayoutTransition
Chet Haase
2011-11-10
1
-0
/
+9
*
Fix issue #5367164: memory leak in LayoutTransition
Chet Haase
2011-10-06
1
-4
/
+8
*
Add end functionality to LayoutTransition
Chet Haase
2011-09-07
1
-1
/
+20
*
Fix behavior of custom animations for LayoutTransition.
Chet Haase
2011-08-11
1
-2
/
+10
*
Merge "Fixed animation ordering bug in LayoutTransition."
Chet Haase
2011-07-18
1
-20
/
+24
|
\
|
*
Fixed animation ordering bug in LayoutTransition.
Chet Haase
2011-07-18
1
-19
/
+23
*
|
Fix leak in LayoutTransition
Chet Haase
2011-07-15
1
-3
/
+3
|
/
*
Add ability to transition parent hierarchy in layout transitions
Chet Haase
2011-05-24
1
-115
/
+199
*
Minor javadoc enhancements
Chet Haase
2011-05-06
1
-0
/
+12
*
Cancel LayoutTransition animations selectively
Chet Haase
2011-03-02
1
-23
/
+85
*
Fix animation and layoutTransition issues.
Chet Haase
2011-02-09
1
-7
/
+29
*
Fixed LayoutTransition bug moving multiple views
Chet Haase
2011-01-28
1
-9
/
+36
*
Use optimized display lists for all hwaccelerated rendering
Chet Haase
2011-01-24
1
-3
/
+16
*
Supress layout requests while a LayoutTransition is running.
Chet Haase
2011-01-12
1
-14
/
+38
*
Add start/endTransition events for CHANGE transitions
Chet Haase
2011-01-09
1
-0
/
+20
*
Reuse display lists at the java level.
Chet Haase
2011-01-05
1
-5
/
+5
*
Fix incorrect anonymous AnimatorListenerAdapter.
Ben Komalo
2010-12-16
1
-4
/
+8
*
Fix artifact with concurrent add/remove LayoutTransitions
Chet Haase
2010-12-13
1
-6
/
+19
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-9
/
+10
*
Revert "Remove generics from Animator APIs"
Romain Guy
2010-10-14
1
-10
/
+9
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-9
/
+10
*
New TimeInterpolator interface for android.animation package.
Chet Haase
2010-10-07
1
-10
/
+9
*
Changed LayoutTransition to disable animations when set to null
Chet Haase
2010-10-04
1
-8
/
+31
*
Add ability to automate animated transitions on View show/hide
Chet Haase
2010-10-04
1
-20
/
+50
*
Fix bug with LayoutTransition when layouts are just coming on line
Chet Haase
2010-09-08
1
-1
/
+5
*
Rename several animation classes
Chet Haase
2010-09-08
1
-52
/
+52
*
Add transition effects for layout changes on ViewGroups
Chet Haase
2010-09-03
1
-0
/
+778