summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AppWidgetResizeFrame.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix widget resizes that shouldn't (issue 6380435)Adam Cohen2012-04-301-1/+1
| | | | Change-Id: Ia1da2df16ca184e6f451775597fa33ee38df6122
* Making launcher update widgets with min/max extentsAdam Cohen2012-04-301-1/+28
| | | | Change-Id: Iba9325eeb95a8a8256ef6f59f4010aff09767892
* Fix warnings and remove dead codeMichael Jurka2012-04-131-4/+1
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* Merge "Preventing widgets that don't fit from showing in tray. (Bug 6331357)"Winson Chung2012-04-121-1/+1
|\
| * Preventing widgets that don't fit from showing in tray. (Bug 6331357)Winson Chung2012-04-121-1/+1
| | | | | | | | Change-Id: I9cbe85bed5c633f2be9b420eecbbee9a1b171e51
* | Widget resizing can now displace itemsAdam Cohen2012-04-121-39/+75
|/ | | | Change-Id: I005c9aebf64b2d01debe59f86a208075d19476ea
* When adding or moving a resizable widget, the widget may resizeAdam Cohen2012-02-271-1/+1
| | | | | | | | | | -> If a widget is resizable, and there is not enough room to add it in its current (or default) size, but can be scaled down to fit a certain area, it will be resized to fit the available space -> The resizing is animated using a crossfade and scale between the original dragView and the widget rendered in the final size Change-Id: I75db9dcabecce11598b3ae55f20b96b2ec6b7e87
* Using public API for widget paddingAdam Cohen2011-11-081-2/+4
| | | | Change-Id: I37c90ddf6309cdf29daacdf2c7663eb41d13338b
* Removing auto-padding of widgets, as it is now done at framework levelAdam Cohen2011-09-301-5/+5
| | | | Change-Id: Ia3bc171e297e07eba00c447a794a28f8201dac44
* Fixing widget minResizeWidth/Height interpretation (Issue 5327589)Adam Cohen2011-09-161-3/+5
| | | | Change-Id: I16bf9bb20baad4fa1e0676d98bb93de758af0ebc
* Widget resizing obeys minResizeWidth/HeightAdam Cohen2011-07-191-1/+1
| | | | Change-Id: I42c8fa118b4d45ce88b4f2b724643bf471d62cd2
* Tweaking launcher grid and spacing.Winson Chung2011-06-221-2/+2
| | | | Change-Id: I369a87f473d1e870b2f819221f6383aab340b067
* Tightening up the widget resize frame to account for widget paddingAdam Cohen2011-06-131-4/+19
| | | | | | | -> This wasn't possible before as we weren't enforcing the padding, but now that we are we can make the resizing look better Change-Id: I7b74eee052beaee0cc12f4cec0505af9c214d012
* Fixing small bug in widget resizingAdam Cohen2011-05-031-2/+2
| | | | Change-Id: I7bba5d09aa92437c81e1730758710c1132e26dde
* Fixing widget resize visual / ux ugliness, Bug: 4082591Adam Cohen2011-03-141-9/+17
| | | | Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
* Small UI tweaks to widget resizingAdam Cohen2011-03-081-3/+14
| | | | Change-Id: I4d6f81ce17b3f3406206e8d25317c05cb9f8b5c4
* Cleaning up widget resizing codeAdam Cohen2011-03-031-8/+33
| | | | Change-Id: Ib4c0de0080f0b69f873fd88016f23c319a13c6ff
* New assets for widget resizingAdam Cohen2011-03-021-36/+44
| | | | | | -> also bounding the frame to be within the CellLayout bounds Change-Id: Ibaaf336d7fee106d8465528591d8d113891c8fbc
* Small update to match API changesAdam Cohen2011-02-281-1/+1
| | | | Change-Id: I1d6f38b80ca7874b158444b368537b35d29e2414
* Implementing resizable widgets in launcherAdam Cohen2011-02-251-0/+298
Change-Id: I18598493dcf34fc6089fa330a4b66803f658b773