History log of /packages/apps/Launcher3/src/com/android/launcher3/util/LooperIdleLock.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b265ba74490d8ded8659db0d63f50c471d793802 15-Feb-2017 Sunny Goyal <sunnygoyal@google.com> Removing DeferredHandler and using a simple Handler to post callbacks

DeferredHandler was added when we were posting each icon separately,
to prevent starvation. But since then we have moved to binding batct
items during bind.

Also fixing waitForIdle not waiting the second time. waitForIdle was
using a global variable to maintain state, and was not waiting properly
when its called the second time before binding deep shortcuts

Original Change-Id: I9c1289cb3bfb74f86e53ec7ac6dd76bb39666b2d

Change-Id: I9e6b3ae65fbd3aec3a46092efc5249c4525efedf
/packages/apps/Launcher3/src/com/android/launcher3/util/LooperIdleLock.java