summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/CellLayoutChildren.java
Commit message (Collapse)AuthorAgeFilesLines
* Preventing StackView from clipping in software on Soju, issue 4225485Adam Cohen2011-08-011-1/+1
| | | | Change-Id: I97a5e38e18591a32310c1cb59ce958e6551e54e4
* Cleaning up Folder accept animation drawingAdam Cohen2011-07-031-1/+0
| | | | | | | -> Moved from Workspace to CellLayout, which fixes a bunch of bugs with transforms (springloaded mode and page scrolling) Change-Id: I92510be817f46bd29b8a10aac5512dc1ead87180
* Adding transitions after reorder within folderAdam Cohen2011-06-301-9/+0
| | | | Change-Id: I52b20fa1b2e4f9ee0b4a68ac703b95a2050dbd4a
* New folder visualization, renaming, staggering reorderAdam Cohen2011-06-211-1/+1
| | | | Change-Id: I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f
* Initial implementation of folder reorderingAdam Cohen2011-06-131-0/+4
| | | | Change-Id: I9f700e71f46e3b91afa96742d9e3890d519c391d
* Shrink-wrapped foldersAdam Cohen2011-05-161-0/+3
| | | | Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
* Fix: restoring holo outlines in paged views on tabletMichael Jurka2011-05-051-3/+0
| | | Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
* Adding initial folder animationAdam Cohen2011-04-211-10/+2
| | | | | | | -Changed CellLayout/CellLayoutChildren to use padding in the more standard way Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
* Fixing a bug in CellLayoutChildren getChildAt(int, int)Adam Cohen2011-04-191-1/+1
| | | | Change-Id: I50879c93ce5bf949242eb0174eb48e560cd657cc
* Fixing drop animation from AllApps on phone (bug 4174466)Adam Cohen2011-03-281-12/+16
| | | | Change-Id: I90d4c7e0cef6089d161c2ced7687e9edb3a3953a
* Fixing widget resize visual / ux ugliness, Bug: 4082591Adam Cohen2011-03-141-97/+0
| | | | Change-Id: Ib258e02f52dd83418db0c0249efdc90d2424f059
* Cleaning up widget resizing codeAdam Cohen2011-03-031-40/+39
| | | | Change-Id: Ib4c0de0080f0b69f873fd88016f23c319a13c6ff
* Merge "Implementing resizable widgets in launcher"Adam Cohen2011-02-281-5/+105
|\
| * Implementing resizable widgets in launcherAdam Cohen2011-02-251-5/+105
| | | | | | | | Change-Id: I18598493dcf34fc6089fa330a4b66803f658b773
* | Restoring split touch events in workspace with workaround.Winson Chung2011-02-231-3/+0
|/ | | | Change-Id: Icfe39e02f214b5a40169d07d785ff05948ac643a
* Disable multitouch to prevent crash in all apps and frozen workspace while ↵Winson Chung2011-02-031-0/+3
| | | | | | dragging. Change-Id: I813e0294a9e3b73f43922d8cd6896e71f3664429
* Turning on hardware layers for the workspaceMichael Jurka2011-02-011-0/+1
| | | | | | - Obsoletes need for CachedViewGroup and CachedTextView on workspace as well Bug #3413433
* fix the buildMichael Jurka2011-01-301-2/+1
| | | Gerrit mysteriously added a close branch to winson's change, but it's not showing up on his machine. strange.
* Merge "Calling removeItems() should mark the item's previous cell as ↵Winson Chung2011-01-301-1/+2
|\ | | | | | | unoccupied. (3405806)" into honeycomb
| * Calling removeItems() should mark the item's previous cell as unoccupied. ↵Winson Chung2011-01-301-1/+1
| | | | | | | | | | | | (3405806) Change-Id: I99de0149dea5b487ed75e2469478e2346cd5b5df
* | Improving performance of state transitionsMichael Jurka2011-01-291-3/+3
|/ | | | | | - Caching CellLayouts to bitmaps when they're small again - Enabling hardware layers on customize tray/all apps during transition Change-Id: Ia4f5f7b608a9d013ed48b990551fd1b9de503b32
* Refactoring CellLayout into three classesMichael Jurka2011-01-241-0/+170
- splitting the rendering of children from the CellLayout to enhance performance, gives ~4 fps boost while scrolling on pages full of icons, and no change on pages full of widgets - this will allow us to add hardware layer support trivially, which will increase performance while scrolling ~6-10 fps - separated logic for caching celllayouts to bitmaps into a separate class Change-Id: Ib6abeb19126e1504997b43c2f44af2a2fb3cd39f