summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FirstFrameAnimatorHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix the logging tag to be 23 characters it was 24 characters.Rajeev Kumar2017-06-271-4/+4
| | | | Change-Id: I8ec490b34cf60b1fbeff43b732562627eb581d93
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-1/+3
| | | | | | | | | | | Elimates 304 methods based on dex analysis The java compiler generates sythetic accessor methods for all private fields, methods and contructors accessed from inner classes. By marking them package-private and @Thunk instead, sythentic accessor methods are no longer needeed. These annotated elements should be treated as private. Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
* Ensure that FirstFrameAnimatorHelper doesn't set play time when animation is ↵Adam Cohen2014-12-021-3/+5
| | | | | | | | complete Bug: 18567716 Change-Id: I656e869b8553d650916c2abe6dc83282c8b6fd65
* Don't adjust animation play time if not necessaryMichael Jurka2013-11-071-4/+5
| | | | Potential fix for Bug: 11080792
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+141
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b