summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/SmoothPagedView.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of private APIsMichael Jurka2012-04-251-1/+1
| | | Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
* Adding animation post-installing a shortcut.Winson Chung2012-03-231-5/+5
| | | | Change-Id: I63bb3b713fab28a43e61333dd331dbf2d211faa7
* Modifying AppsCustomize behaviour to use springloaded mode.Winson Chung2011-06-081-1/+1
| | | | Change-Id: I21d181ad3d245731ee8402915f8918b91bfc4553
* Modifying feel of scrolling / overscrollAdam Cohen2010-11-241-48/+41
| | | | | | | | | -Modified overscroll on Workspace -Added overscroll effectiveness curve to PagedView -Modified the feel of scrolling in Workspace, AllApps, and Configure. Made it more sensitive to velocity. Change-Id: I7f705e267a536c742fbb3b6556648bbf993bdd2f
* Adding overscroll to Workspace, AllApps and CustomizeAdam Cohen2010-11-181-3/+5
| | | | | | -Also modified the background alpha interpolation during scrolling Change-Id: I68db8fbe80f720c507ab3208d8b3dcd8aa4f2081
* 3185132: Allow dropping on adjacent homescreen targetsPatrick Dubroy2010-11-171-1/+1
|
* -Added 3D effect to home screen scrollingAdam Cohen2010-09-301-12/+46
| | | | | | | | | | | | | -Added background outline fade in / out -Modified the feel of scrolling: now using quintic interpolator and modified the influence of scroll velocity Change-Id: Ifddcab5223ac20be7d9f800ccf09442d9b4db781 Conflicts: src/com/android/launcher2/CellLayout.java
* Fixing boot stall.Adam Cohen2010-09-291-46/+12
| | | | | | | | Revert "-Added 3D effect to home screen scrolling" This reverts commit 9415d87eda0cf28b8df1eccde39b0ca1646be3b9. Change-Id: Ib8d6602f5d82884eb1f6cc44c0cc71cc563a3a59
* -Added 3D effect to home screen scrollingAdam Cohen2010-09-281-12/+46
| | | | | | | | | -Added background outline fade in / out -Modified the feel of scrolling: now using quintic interpolator and modified the influence of scroll velocity Change-Id: Ifddcab5223ac20be7d9f800ccf09442d9b4db781
* Fixing bug with Launcher page scrollingAdam Cohen2010-09-151-1/+1
| | | | Change-Id: Ib9a5a77ffe40dfcde0f846558e5ef0441cb11f7f
* supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-1/+1
| | | | | | | | | | | | - icons and widgets on home screens can be "dimmed" - celllayout no longer renders a dimmed version of itself, but instead its children make dimmed versions of themselves - celllayout no longer always takes up full size of workspace, in landscape mode neighboring screens (celllayouts) are visible - on xlarge devices, in landscape mode side screens are "dimmed" - moved holographic outline helper to its own file - fixed bug where mini-screens were still able to scroll left/right Change-Id: I9e85ab4147edfae1e7525c3d11d42be3fabf4f6d
* Changed Workspace to inherit from PagedViewMichael Jurka2010-09-011-0/+159
- adds support for seeing dimmed side-pages on home - adds workspace support for pages that are smaller than workspace itself - removing a lot of code duplicated between PagedView and Workspace - tested new Workspace on Nexus One, and perf. was indistinguishable from old Workspace in my tests Change-Id: Ie33ab4e8b35ac01b22894cff66650bb0ece8dfcc