summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherAnimUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Make sure all transition components run on the same threadAdam Cohen2015-05-271-5/+6
| | | | | | | | | | | -> The framework circular reveal transition runs on the render thread which can cause problems when mixed in an AnimatorSet with transitions that don't run on the render thread -> See issue 17556455 issue 21445293 Change-Id: Ie19c184c55060651e817d426ec83049b06af56ba
* Various lint error fixes.Sunny Goyal2015-05-141-1/+3
| | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* Further refinement of all apps / widgets transitionAdam Cohen2014-08-131-0/+11
| | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* Prevent memory leaks coming from LauncherAnimUtilsMichael Jurka2013-10-231-5/+5
| | | | | | | Use weak references for global animation list Bug: 11322014 Change-Id: I38bb9184e45840113129781fa83ab40ec96d3868
* Fix leak when animations are created but never startedMichael Jurka2013-10-211-1/+1
| | | Bug: 11322014
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+129
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b