summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DeferredHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-3/+2
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Batch loading of icons for AllApps.Daniel Sandler2010-04-141-0/+6
| | | | | | | | | | | | | | | | | AllAppsList now maintains <data> and <added> in sorted order, to amortize the cost of sorting the apps list over multiple batches. Launcher boosts thread priority on first launch, but we now reduce thread priority to normal after the main workspace has been drawn but before all apps are loaded. Experimental feature: a short delay is introduced between batches to help free up the CPU (as well as to show that we are indeed batching apps). Bug: 2562420 Change-Id: I2035ec3e819b4e7993a80c6d03bfad3914c95a7a
* Fix some crashes in launcher2.Joe Onorato2009-09-231-0/+3
| | | | http://b/issue?id=2142064
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+104