commit | eebd92496e2fbfbd81ea871862a681929101ba06 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Wed Nov 04 13:48:32 2009 -0500 |
committer | Joe Onorato <joeo@android.com> | Wed Nov 04 13:48:32 2009 -0500 |
tree | 3cfa4a21e3b3515718311eadaf60d78a631c0fa1 | |
parent | 90396672ba79fcb5a9152e03958e5be6bdc232e6 [diff] |
Fix bug 2236111 - right edge of widget chopped-off while dragging 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.