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