summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/InterruptibleInOutAnimator.java
Commit message (Collapse)AuthorAgeFilesLines
* Removing Launcher activity dependency on various animationsSunny Goyal2018-08-101-4/+21
| | | | | | | | | | | | | | (This cl reverts change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975) Various animations were marked for cancellation when launcher activity is destroyed. This this does not work with multiple activities (Launcher, fallback recents, shortcut confirmation). Also since launcher activity handles configuration changes, the activity is not destroyed often. Instead associating a target with various animations which automatically cancels the animations when that target goes away. Change-Id: I64cd095a28075561a9e20c9dcdeb9f90c18e1047
* Remove unused View parameter from ofFloat method.Jon Miranda2017-02-061-1/+1
| | | | Change-Id: I5fabd5c78de52ba68b67e0b1bd7208f4d1f7cbea
* 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
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+131
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b