summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/trebuchet/FirstFrameAnimatorHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Only postpone animations if app is visibleMichael Jurka2013-08-121-0/+7
| | | | | | | | | Fixes bug where folders would remain open after returning to launcher Bug: 8681168 Change-Id: I930616f2aa006c1e23298dbdb0a80a9390ea41af
* Fix bug where folder open animation gets finished earlyMichael Jurka2013-08-121-13/+39
| | | | | | | | | Also, sync FirstFrameAnimatorHelper with changes made in Recents Bug: 8530231 Change-Id: Ibf1a43f67d91df89a2338f0f0c0fb52ee5496e57
* Fix crash caused by unregistering animation listenerMichael Jurka2013-08-121-2/+6
| | | | Change-Id: I874ea6f077f593849deb28f723f2da52d018e7a5
* Fix jumps in the beginning of animationsMichael Jurka2013-08-121-0/+105
If the first draw frame of an animation is expensive, which it often is, it causes a big jump. Added a helper class which automatically adjusts the animation start time if the first frame is more than 16ms. Change-Id: I100edbc41c2abe930a32d6bcf0a782ea9735f7f9