summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewCellLayoutChildren.java
Commit message (Collapse)AuthorAgeFilesLines
* New AllAppsCustomize transitionsAdam Cohen2011-09-071-6/+2
| | | | Change-Id: Ibefda8bf156810849c5e8f3383d49ae64a7ee08a
* Loading previews and holographic icons in background thread using AsyncTasks.Winson Chung2011-06-231-22/+0
| | | | | | - Adding back animation between tabs Change-Id: I1a49bfca4f85f579e232861aa02d08fb25d0aafc
* Fixing bug with layout of PagedViewCellLayoutChildrenMichael Jurka2011-06-031-6/+9
| | | | Change-Id: I3fa34ad500632c4b257973aca9be0cb1bda5884a
* Fixing issue where holographic icons could get out of sync in AllApps (when ↵Winson Chung2011-05-171-0/+22
| | | | | | number of pages changes). Change-Id: I1a63d4837c5b726a90229430f5fc698aa1db5550
* improving performance of first AllApps/Customize animationMichael Jurka2011-03-071-2/+2
| | | Change-Id: I71e5cc634f7e1346617d101efd6945c00484cab3
* Reducing memory impact of hardware layers in LauncherMichael Jurka2011-02-031-2/+11
| | | | | - Disabling hardware layers in customize tray - Destroying hardware layers for pages in All Apps that are not visible - Re-adding CachedTextView for icons in customize tray (to regain some of the lost performance there)
* fix touch problem in All Apps that prevented launching or adding items to ↵Michael Jurka2011-02-031-5/+0
| | | | workspace screens
* Adding hardware layers to All AppsMichael Jurka2011-02-021-0/+164
- splitting up the "holo" outlines and the icons into separate views - enabling hardware layers on each of the views