summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher/DragLayer.java
Commit message (Collapse)AuthorAgeFilesLines
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-632/+0
|
* When initiating a drag and drop from a folder in home, you could sometimes seeRomain Guy2009-06-121-11/+14
| | | | a black background behind the icon. This was due to uncleared drawing caches.
* Fixes #1889268.Romain Guy2009-06-011-1/+7
| | | | Dragging an icon out of a folder was showing a gray background. This was due to the icon's drawing cache background color. This fix simply temporarily resets that color when capturing the view into a Bitmap.
* Make Launcher more forgiving when dragging desktop items.Jeff Sharkey2009-04-081-4/+80
| | | | | | | | This change adds nearby-area searching when dragging desktop items into already-occupied cells. This approach tries harder to find a matching area, instead of strictly rejecting invalid moves. We also draw a "snag" during the drag to show where an item would be dropped, but only if we would drop into an alternative cell. This gives users better feedback about where things will drop. http://b/issue?id=1634887
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+547
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-537/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-11/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+11
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-26/+19
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+544