summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/PagedViewCellLayoutChildren.java
Commit message (Collapse)AuthorAgeFilesLines
* 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