History log of /packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81b52252796625dcbadc9f8b908f8d8a284565c0 28-Aug-2012 Winson Chung <winsonc@google.com> Ensuring that unbind calls are not queued in the worker thread and executed subsequently on the main thread. (Bug 7001531)

Change-Id: I677242c0952d6385ca229ba300fdd5a2a7908a8a
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
a13a2f2a7bd0550d1ad973f760ff25e1a4137c43 23-Jul-2012 Adam Cohen <adamcohen@google.com> Fixing issue where defered unbind was running after synchronous bind. (Bug 6858398, Bug 6863181)

Change-Id: I03dc3ae18528901cc88c79638a8495c1ab8d61af
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
4a7d4afe87a9146b3cefef8e00581090301b698d 18-Jan-2011 Michael Jurka <mikejurka@google.com> Removing dead code

Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
aafa03cbb925c74be1c13f8bb99d928be429e62f 12-Jun-2010 Winson Chung <winsonc@google.com> Allow for NxM layout and in-place rotation of items on homescreen.

Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4).

Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
dca661236c73ecd819cfea964c6f8170e5cc40ae 13-Apr-2010 Daniel Sandler <dsandler@android.com> Batch loading of icons for AllApps.

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
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
33ed7b2f5a2456dc44dfe6e8f35a415c1495a87c 24-Sep-2009 Joe Onorato <joeo@android.com> Fix some crashes in launcher2.

http://b/issue?id=2142064
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java
9c1289cb3bfb74f86e53ec7ac6dd76bb39666b2d 17-Aug-2009 Joe Onorato <joeo@android.com> Redo the launcher loading code and put the real app icons into rollo.
/packages/apps/Launcher2/src/com/android/launcher2/DeferredHandler.java