summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DragView.java
Commit message (Collapse)AuthorAgeFilesLines
* fix 2261196 icons could be bigger when you drag them onto home screenJoe Onorato2010-02-011-1/+1
|
* Fix bug 2236111 - right edge of widget chopped-off while draggingJoe Onorato2009-11-041-3/+1
| | | | | | | By using resolveSize, we're clamping the size we measure to the size of the screen, so just use our prefered size instead. Nobody is going to otherwise limit us, so this value won't be mismatched with the size we actually get.
* Add drag and drop from AllAppsView (to the workspace).Joe Onorato2009-09-031-5/+3
| | | | | Also had to fix AppInfoCache to load the icon as a drawable, which I had broken when I made AllAppsView use the icons as power of two textures.
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-0/+186
everything else.