summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/MainThreadExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Removing DeferredHandler and using a simple Handler to post callbacksSunny Goyal2017-03-071-2/+2
| | | | | | | | | | | | | | 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
* Adding some widget addition flow testsSunny Goyal2017-01-231-51/+4
| | | | | | | > Added two dummy widget providers: with config and without config > Added tests for verify widget config flow Change-Id: I4577f085abe8f8b82047b644c71cc9065358153a
* Fix skia crash in widget preview loadingAdrian Roos2014-04-161-0/+80
This fix works making sure all drawables are mutated before drawing them in the background. Mutation has to be executed on the main thread because that operation is not thread safe. Bug: 12525890 Change-Id: Id7bdf9cf48d3e7b7f31938bdea4a3bf1632cf337