summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DragView.java
Commit message (Collapse)AuthorAgeFilesLines
* Version code cleanupSunny Goyal2015-08-171-3/+3
| | | | | | | | > Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
* Removing some synthetic method creationSunny Goyal2015-06-021-2/+2
| | | | | | > Make package-private and @Thunk all private methods and constructors accessed from inner classes. Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
* Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-211-3/+7
| | | | | | | > No more flickering when crossfading between two bitmaps in small duration > Allows us to control the color directly without depending on the assets Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
* Various lint error fixes.Sunny Goyal2015-05-141-0/+1
| | | | | | | | > 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
* Using xml-drawable and elevation as folder backgroundSunny Goyal2015-05-071-0/+4
| | | | Change-Id: I21376bd3de8cd58c646d0898d5a8303af9057218
* Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-291-6/+55
| | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-4/+6
| | | | | | | | | | | 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
* Build fix. Some references of a resources still remained after ag/619757Sunny Goyal2015-02-261-4/+2
| | | | Change-Id: Ia05a12ff5af6fa13d75cbedd8bd2fd6d33a78b7f
* Clean up importsMichael Jurka2013-12-131-3/+0
|
* Use the icon bounds for all calculations.Winson Chung2013-11-141-0/+12
| | | | | | | | - Fixes a drag and drop issue when the dynamic grid scales icons down, due to the drawable bounds not being equal to their bitmap sizes. Change-Id: If7c68b51131de7bac3195a2619e22340f7789432
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+295
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b